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


Please Help Members By Posting Answers For Below Questions

What are the advantages of asp.net?

541


List down the sequence of methods called during the page load.

528


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

528


What is difference between viewstate and session in asp net?

561


Explain the difference between web user control and web custom control?

538






What is voluum?

542


What is the difference between Session and response.Redirect?

615


Is it possible to write code in many languages in one asp.net project?

559


What is a web based system?

464


Can a master page have more than one contentplaceholder?

510


Which method do you use to kill explicitly a users session?

626


What is Web API?

647


Explain swagger components.

570


What are the data controls available in asp.net?

508


How can we create pie chart in asp.net?

587