What is view state and how this can be done and was this
there in asp ?
Answer Posted / anjireddy bapathu
ViewState is the mechanism that allows state values to be preserved across page postbacks.
it is done by using hidden fields
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does wsdl stand for?
Define dll hell?
What do you understand from custom control?
What is directive in asp net?
How many web.config files can I have in an application?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is difference between inproc and outproc?
Explain difference between friend and protected friend?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is the difference between the get method () and post method ()?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Explain login controls.
What are session state modes in asp.net?
How would you get asp.net running in apache web servers?