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
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain swagger components.
What do you mean by marshalbyref?
What are sessions in asp net?
List the types of authentication supported by asp.net?
Describe how passport authentication works.
Is asp.net and .net are same or different?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What are themes and skins in 2.0, explain usage scenario?
Why is xap important?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What websites use asp.net?
Can you dynamically assign a Master Page?
What are validator? Name the validation controls in asp.net?
Difference between Response.redirect vs server.transfer?