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
Explain Model, view and Controllers in Asp.Net MVC?
What are the benefits of .net framework?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What are differences between entity framework and l2s? : Entity framework
Are there any parts of the .net framework 3.0 that only work on windows vista?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is the .net framework 3.0 (formerly winfx)?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Explain peek method in tempdata in asp.net mvc?
What you mean by routing in asp.net mvc?
How can you return string result from Action in ASP.Net MVC?
What are the advantages of mvc over asp.net?
What is Layout in ASP.Net MVC?
Can I set the unlimited length for "maxjsonlength" property in config?