FeedBack Form

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

Asp.Net Questions and Answers

17. What are the different ways to send data across pages in Asp.net?
  The following two ways are used to send data across pages in Asp.net:
  • Session
  • Public properties
Your Name Your Email-ID
Your Answer
 
18. How information about the user's locale can be accessed?
  The information regarding a user's locale can be accessed by using the System.Web.UI.Page.Culture property.
Your Name Your Email-ID
Your Answer
 
 
19. Which class is inherited when an Asp.net server control is added to a Web form?
  The System.Web.UI.Webcontrols class is inherited when an Asp.net server controls is added to a web form.
Your Name Your Email-ID
Your Answer
 
20. How can you display all validation messages in one control?
  The ValidationSummary control displays all validation messages in one control.
Your Name Your Email-ID
Your Answer