I have a textbox that I set the EnableViewState property to false. The problem is that it is holding its state after postbacks. I have other controls that I do this for and they work fine. How can I make it so my textbox doesnt hold its state after postbacks?
Thanks!
Thanks!