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
How can you register a custom server control to a web page?
What are the versions of garbage collection?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What are validators and list some validators of asp.net?
Where is cookie used in asp.net?
Why would anyone need to implement their own hashtable or linked list?
What is server redirect?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is the use of data set in asp.net?
What is sdlc process?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Is asp.net a programming language or framework?
Why we go for mvc instead of asp.net? : Asp.Net MVC