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

How can you handle errors in Web API?

609


What are cookies in your browser?

540


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

511


What is mvc in angular?

571


What is parse in asp.net?

563






Can you set which type of comparison you want to perform by the comparevalidator control?

532


What is webresource axd?

474


How is the asp.net mvc architecture different from others? : asp.net mvc

497


What are the steps involved to fill a dataset?

566


What is connection pooling and how to enable and disable connection pooling?

490


What is the difference between localization and globalization?

571


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4767


What is Web API?

653


What are the layouts of ASP.NET Pages?

629


Which data type does the rangevalidator control support?

563