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
Can you explain one critical mapping? Performance issue which one is better?
How many types of cookies are available in asp?
What is the difference between user control an custom control?
Define satellite assemblies.
What is cached data phone?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is a pixel url?
Is asp.net different from asp? If yes, explain how?
Explain culture and uiculture values.
What are the events in a page life cycle?
How to Separate background image and front image from original picture....
Explain weak typing and strong typing.
What is server infrastructure?
What are cookies in your browser?
Explain swagger components.