I started a new ASP.NET project, and added three controls to the web page; TaxtBox, DropDownList and a button, then I added three values to the DropDownList (1,2,3) , and set the EnableViewState property for the Textbox, DropDownList and the Page to false.
When I run the project i choose the value 2 in the DropDownList and enter some text in the TextBox, when I receive the result page, all the values are still there, and when I opened the client source I found the __VIEWSTATE hidden field.
So I didnât understand what is happening
Thanks
|