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:
|
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. |
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.
|
20. |
How can you display all validation messages in one control?
|
|
The ValidationSummary control displays all validation messages in one control. |