ASP.NET INTERVIEW QUESTION & ANSWERS
146. |
How does ASP.NET work with the client and server machines? |
|
ASP.NET uses client-side code to send messages back to the server Thus the server can be aware
of what's happening on the client. |
147. |
What are three programmatic improvements of ASP.NET over ASP? |
|
There are three programmatic improvements of ASP.NET over ASP are : - Ease of deployment
- Improved session state
- The use of code declaration blocks
|
148. |
What is the property you need to set for the customvaiidator control that specifies the event handler? |
|
OnServerValidate |