Answer Posted / raj
Viewstate is a built-in structure for automatically
retaining values among multiple requests for the same page.
The view state is internally maintained as a hidden field
on the page but is hashed providing greater security than
developer-implemented hidden fields do.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain asp.net page life cycle?
What does aspcompat="true" mean?
Explain server control extensibility with reference to asp.net 2.0 ?
What is master page in dtp?
What is the advantage of mvc over asp.net? : Asp.Net MVC
How can we register exception filter globally?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Can you explain autopostback?
What is a pixel url?
Can you explain one critical mapping?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Is asp.net free?
Describe the method to create a permanent cookie?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the purpose of asp.net?