Where is ViewState information stored?
Answer Posted / raju
view-state allows the state of the objects and view-state
stored HTML hidden fields on the page
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is better viewstate or session?
What is the difference between mvc and asp.net? : Asp.Net MVC
How to bind all the binding controls in a page at once in ASP.NET?
How many types of controls are there in asp.net?
Which tool you have done?
What is use of <% %> in asp.net?
Can asp.net work on an nt server?
Is viewstate enabled by default?
Is asp.net a programming language or framework?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Differentiate between file-based dependency and key-based dependency.
How do active server pages work?
What does a switch do?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?