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
What is mvc in asp.net interview question? : Asp.Net MVC
Explain advantages of caching?
Is post back in asp.net?
How to retrieve user name in case of Window Authentication?
How to make paging concepts in datagrid in ASP.NET?
What is asp.net caching?
What are tuples?
How can we implement a identity (sql server) call in an asp.net page?
How many languages are supported by .NET at present time?
What is caching? Explain.
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is the use of the tag in the web.config file?
How can we update records in gridview?Is there any appropriate code for it?
What is HTTPModule and HTTPcontext? What is the use of each?
What are Authentication and Authorization?