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

Explain some of the major built-in objects in asp.net

611


Differentiate between authentication and authorization.

565


What are the cookies types in asp.net?

563


Can you explain how ASP.NET application life cycle and page life cycle events fire?

573


Explain swagger components.

572






Explain client-side scripting?

576


What are server side controls?

538


What is the page life cycle in asp.net?

563


How can we implement a identity (sql server) call in an asp.net page?

562


Name the tools or API for developing or testing web api?

535


Explain about Application and Session Events ?

640


What is postback in asp net?

565


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

583


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

604


Explain Features in ASP.NET

581