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
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain some of the major built-in objects in asp.net
Can you explain the basic use of dataview?
Difference between application events and session events
How can we provide the WebParts control functionality to a server control?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How to disable validator control by client side JavaScript?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Explain the advantages of asp.net.
What is synchronous and Asynchronous post back ?
How does asp net store session ids by default?
Explain the role of global.asax?
Explain how asp.net different from asp?
What do you understand from custom control?