|
There are five types of Validation Controls available in ASP.Net: 1) RequiredField Validation contr....
|
Category:
ASP.Net
|
Date:
11/30/2009 3:28:15 PM
|
|
|
|
In ASP.Net 2.0, we can set a default button on a page so that when the user presses the Enter key th....
|
Category:
ASP.Net
|
Date:
11/30/2009 5:01:16 AM
|
|
|
|
In ASP.Net 2.0, the cursor focus on a control can be set by using the Focus() method. For example: ....
|
Category:
ASP.Net
|
Date:
11/30/2009 4:53:44 AM
|
|
|
|
Basically, ASP.Net Caching is of two types: 1) Output Caching: The rendered html page is stored int....
|
Category:
ASP.Net
|
Date:
11/6/2009 7:48:31 AM
|
|
|
|
ASP.Net Caching is a mechanism to store the frequently used data into the server memory which can be....
|
Category:
ASP.Net
|
Date:
11/6/2009 7:44:44 AM
|
|
|