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
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
which are the key concepts of entity data model?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is representational state transfer (rest) mean?
How you can implement custom validation in asp.net MVC?
What are the 2 popular asp.net mvc view engines?
how do you truncate a table using entity data model?
Explain tempdata in asp.net mvc?
Describe the gac in the .net framework.
what is deferred loading(lazy loading)?
What is the difference between viewbag and viewdata in mvc?
What are the advantages of razor view engine?
How route table has been created in ASP.NET ASP.Net MVC?
what is conceptual model?
what is ssdl?