Where is ViewState information stored?
Answer Posted / sunil kumar mishra
As ViewState is a Client Side State Management
Techeniques. The the Information stored in Viewstate can
never stored in serverside.
The ViewState Information is stored in client browser in
the form of Hidden Field.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Why cyclomatic complexity is important?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is the use of worker process in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What do you mean by caching in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What is the difference between session and viewstate?
What is razor? : asp.net mvc
Where viewstate value is stored in asp.net?
Define resource files.
Differentiate between client-side and server-side validations in web pages.
What is a reflection?
How to do state management in ASP.NET?
What r the asp.net list controls and diff. Between them?