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 a url string?
What is session authentication?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Distinguish between Server-side and Client-side code?
Explain how to prepare culture-specific formatting in .net.
What do you mean by serialize?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is custom events? How to create it?
What is an example of an application service provider?
Differentiate between authentication and authorization.
Can you change a Master Page dynamically at runtime?
Describe in brief .net framework and its components.
What language is asp.net written in?
How does the iis work?
Explain about Application and Session Events ?