about view state and how validation controls will be
executed on client and server
Answer Posted / siddheshwar duchal mob- +91 97
ViewState allows the state of objects (serializable) to be
stored in a hidden field on the page. ViewState is
transported to the client and back to the server, and is not
stored on the server or any other external source. ViewState
is used the retain the state of server-side objects between
postabacks.
Item stored in ViewState exist for the life of the current
page. This includes postbacks (to the same page).
"EnableViewState" :- It allows the page to save the users
input on a form across postbacks. It saves the server-side
values for a given control into ViewState, which is stored
as a hidden value on the page before sending the page to the
clients browser. When the page is posted back to the server
the server control is recreated with the state stored in
viewstate.
The validation can be handeled on client side.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is session in asp.net?
What is the use of placeholder control? Can we see it at runtime?
Why is mvc better than asp.net?
Which method is used to force all the validation controls to run?
What are demand-paging and pre-paging?
What are the types of validation in asp net?
What is the caspol.exe tool used for?
What is http pipeline in asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Define a multilingual website?
I’m having some trouble with cas. How can I diagnose my problem?
What is httpresponse?
What do you mean by authorization?
what is publisher?