I have a textbox and I've set the EnableViewState property of it to false in the designer.....doesnt this mean that the value of the textbox should be reset each time I click the submit button?


btw this is the first time I'm worknig with asp