If you dont need to store the previous data held within an object (eg you load it through code) then set the EnableViewState property to False, this will give some saving on performance, but I wouldnt imagine it would gain you a great deal on a simple textbox.
John