What is ViewState and How it is managed,Its
Advantages/Benefits?
Answer Posted / anitha
viewState is a speacial object that ASP.NET uses to maintain
the state of page and all webcontrols/ServerControls within
it.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Define dll hell?
Why is asp.net so popular?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What do you mean by View State and what is its role?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how can we access static variable?
How can you pass multiple complex types in Web API?
What symbol specifies the beginning of a query string?
What is session start?
Describe session handling in a webfarm?
How do you open a page in a new window?
Explain the difference between asp and asp.net?
What are triggers of an updatepanel?
What is asp net application object?
Define session in asp.net.