PDA

View Full Version : Advantages of viewstate


ebco
05-25-2006, 04:54 PM
Hi,

I tried one aspx page by doing all fields property EnableViewState="False" even page property too and then I submitted the page. Still on submit it is showing me the selected index and text value in textbox.

Then the questions is what is the use of viewstate or am I understanding something wrong?