N
Neven Klofutar
Hi,
I recently read an article on MSDN about viewstate and postback.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/viewstate.asp
The author states the following:
"It is a common misconception among developers that view state is somehow
responsible for having TextBoxes, CheckBoxes, DropDownLists, and other Web
controls remember their values across postback. This is not the case, as the
values are identified via posted back form field values, and assigned in the
LoadPostData() method for those controls that implement
IPostBackDataHandler."
I would like to know exactly what ASP.NET controls don't need viewstate to
remeber value across postbacks.
thanx, Neven
I recently read an article on MSDN about viewstate and postback.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/viewstate.asp
The author states the following:
"It is a common misconception among developers that view state is somehow
responsible for having TextBoxes, CheckBoxes, DropDownLists, and other Web
controls remember their values across postback. This is not the case, as the
values are identified via posted back form field values, and assigned in the
LoadPostData() method for those controls that implement
IPostBackDataHandler."
I would like to know exactly what ASP.NET controls don't need viewstate to
remeber value across postbacks.
thanx, Neven