view state data is stored in which format?
Answer Posted / nalin
View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
In a Repeater control how one can provide an alternating color scheme ?
What is the function used for removing an event listener?
What is the significance of finalize method in .net?
What is asp.net master page?
What is a user developed application?
If we remove web.config or machine.config from the application then, is this application will works?
What is cached data phone?
Explain what is postback in asp. Net?
What is different in .net 1.1 and .net 2.0?
Will session work if cookies is disabled?
What is difference between session and application in asp net?
Explain what is an assembly?
What is postback in asp net?
What is caching? Explain.
What is virtual directory in asp.net?