FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

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.
Your Name Your Email-ID
Your Answer
 
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
Your Name Your Email-ID
Your Answer
 
148. What is the property you need to set for the customvaiidator control that specifies the event handler?
  OnServerValidate
Your Name Your Email-ID
Your Answer