Answer Posted / prameela
ViewState in Asp.net is used to save data to access across
postbacks.If the information is to be shared across
different controls, it can be placed in the view state of
the page, if it is to be accessed within the scope of a
single control, then it can be placed within the view state
of the control
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What are the main components of .net framework?
what is code first approach?
What is the use of view model in asp.net mvc?
Explain Model, view and Controllers in Asp.Net MVC?
what is use of entitydatasource control?
how do you mark a property as required? For example, for a project, the name is a required field.
what is entity framework?
Can you explain renderbody and renderpage in mvc?
What is a razor file?
Can we have enum in entity framework?
What is the 'page life cycle' of an ASP.NET MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
mention what is the difference between ado.net and classic ado?
What is web api‘s in asp.net mvc 4 ?
Explain .Net Framework? Why we use it?