Answer Posted / jiten
View state is nothing but curent state of control and page
which can prisist during the postback
By using using u can store the state of control and page in
the hidden filed in cliend side or cline browser
it is store in HF form of encoded 64data
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is mvc in asp.net interview question? : Asp.Net MVC
What are Master Pages in ASP.NET?
How you can access the values from the Repeater control in ASP.NET?
Which method do you use to kill explicitly a users session?
What is postback in asp net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What do you understand from custom control?
Difference between overriding and overloading?
How is session id generated?
Is asp.net is a programming language?
What threading model used in asp and asp.net?
What is connection pooling and how to enable and disable connection pooling?
What is dynamic web page with example?
When maintaining session through sql server, what is the impact of read and write operation on session objects?