Answer Posted / chowdary
It maintain the controls data under postback
implementation.It is implemented based on hidden field
concept.Generally viewstate is disabled for Password type
textboxs.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many ways are there to maintain a state in .net? What is view state?
What asp.net control can embed xaml into asp.net pages?
Explain the use of fragment caching.
What is the appSettings Section in the web.config file?
Explain the asp.net page life cycle.
Explain client-side scripting?
What’s the difference between response .redirect and server.transfer?
What is web api config?
Define authentication and authorization.
How does session authentication work?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How many web.config files can I have in an application?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is an example of an application service provider?