|
||
ViewState
HTTP POST is a way to submit data from the page to a different page on a server, <form id="form1" runat="server"> </form> generated HTML: <form name="form1" method="post" action="viewstate1.aspx" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZExM0iM4ebB6mDGwogfzmhu/Ur0P" /> </div> </form>
You can see the <input> tag containing the __VIEWSTATE field.
ViewStateUserKey its a property which when used is helpfull for security,
saving a value to viewstate
when page.Ispostback = true
viewstate size think about a control that generates a big table with paging links ,
|
|
HOME|
IIS6 pipeline|
ASP.NET pipeline|
Http Modules|
Http Handlers|
Caching|
Web Services|
Page Life Cycle|
Ajax|
Jquery|
Session State ViewState| SEO| Mobile Basics| Mobile Handsets| C# Modifiers| C# Keywords| N-Tier| Design patterns| Stack & Heap| WCF Databases| Relational Model| functionalities| Stored procedures| fishmarket |
|
| © 2010 All Rights Reserved |