Answer Posted / sathya
View state is the method that the ASP.NET page framework
uses to preserve page and control values between round
trips. When the HTML markup for the page is rendered, the
current state of the page and values that must be retained
during postback are serialized into base64-encoded strings.
This information is then put into the view state hidden
field or fields.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
mention what is the key advantage of using entity framework or ef?
Explain linq to entities? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What are the 2 popular asp.net mvc view engines?
What is latest version of .net framework?
Is it possible to share a view across multiple controllers?
Explain unit test done by tester on development team?
Is .net core replacing .net framework?
What is Area in ASP.Net MVC?
What is the difference between model and entity?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is partialview in asp.net mvc?
what is eager loading?