about view state and how validation controls will be
executed on client and server
Answer Posted / janardan baghla
View state is the object which is used to store the values
of a particular page during postback.It stores the values
in a hidden form field in form of string.And if again page
is loaded then it reloads the values of the controls on
particular page from the viewstate.Validation controls are
execute on clien-side.They contains isValid property which
is used to valid the control.Then it executes on the server.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which browsers support the xmlhttprequest object?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain the significance of routing? : asp.net mvc
What is application variable?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the difference between web config and machine config files?
What are the components of ado.net?
How many types of cookies are available in asp?
Explain parts of assembly?
Why web api is better than wcf?
What is web api vs wcf?
What is .net framework and what are the main components of it?
Explain ViewState?
Which protocol is used to call web service?
Which adapter should you use, if you want to get the data from an access database?