Answer Posted / nizath ali.u
Hi all this is Nizath Ali,
Viewstate is a client side state management.It
retains the page & control specific values between the
round trips(Post Back).
It always stores the values in one hidden form field
(control of ASP.NET) on the pge.
Brief:
Each webform page & controls on the page consists
of one "viewstate" property.
If we enable the viewstat property as true, it
automatically save the page & control specific values b/w
the round trips.
This viewstate is implemented with one hiddenform
field(control of ASP.NET) called "_VIEW STATE".That is the
viewstate stores the values in this hiddenform field
control.
This hidden form field is automatically created in
every webform page.
Now, what are the values stored in a viewstate
property,that are collected & formatted into a single
encoded string.
Then the encoded string is assigned to the "value"
property of the hiddenform field "_VIEW STATE".
Then it send to the client as apart of the webpage.
This kind of process is done by viewstate.
Drawback:
When we store the large values on the viewstae,it
makes the page slow down.
It stores the values on the "hiddenform field" so
no good security is their.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a reflection?
What is difference between asp state management and asp.net state management?
What are the different types of cookies in asp.net?
what are the Custom controls in asp.net?
What is difference Between Authentication and authorization?
What kind of programming language is ASP.NET?
What are the differences between the response.write() and response.output.write()?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are triggers of an updatepanel?
Which is better union or union all?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Describe session handling in a webfarm?
What is server infrastructure?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Why asp.net mvc is better than asp.net? : Asp.Net MVC