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
Differentiate between authentication and authorization.
How you can manage the state of application at the server side in ASP.NET?
What r the asp.net list controls and diff. Between them?
Differentiate the session object and application object?
What is a proxy in web service?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Where the viewstate is stored after the page postback?
What are the new web part controls in asp.net 2.0 ?
What is simple data binding?
How can you register a custom server control to a web page?
Which is faster viewbag or viewdata?
What are the navigation ways between pages available in ASP.NET?
What are the types of session in asp.net?
What is difference between session and cookies in asp net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?