|
We can restart a specific Application Pool by using the IIS Manager GUI or using cscript.exe in the ....
|
Category:
ASP.Net
|
Date:
1/3/2010 11:39:12 AM
|
|
|
|
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
|
|
|
|
Set the DataTextField property with a column name and DataSource property with a DataTable object (o....
|
Category:
ASP.Net
|
Date:
10/28/2009 6:10:25 AM
|
|
|
|
To use the built-in paging of DataGrid, set the AllowPaging property to true and the PageSize proper....
|
Category:
ASP.Net
|
Date:
10/28/2009 6:05:09 AM
|
|
|
|
You must set the DataSource property and call the DataBind method.
|
Category:
ASP.Net
|
Date:
10/28/2009 5:15:14 AM
|
|
|
|
We can use Master Pages which defines the layout (look and feel) and standard behavior for all of th....
|
Category:
ASP.Net
|
Date:
10/28/2009 5:10:00 AM
|
|
|
|
CompareValidator control
|
Category:
ASP.Net
|
Date:
10/28/2009 4:59:58 AM
|
|
|
|
ControlToValidate property and Text property
|
Category:
ASP.Net
|
Date:
10/28/2009 4:44:15 AM
|
|
|
|
Debug and trace enables you to monitor the application for errors and exception without VS.NET IDE. ....
|
Category:
ASP.Net
|
Date:
10/27/2009 4:56:34 AM
|
|
|
|
Use following server-side C# code: Page.Validate();
|
Category:
ASP.Net
|
Date:
10/27/2009 4:49:04 AM
|
|
|
|
Impersonation is when ASP.Net executes code in the context of an authenticated and authorized client....
|
Category:
ASP.Net
|
Date:
10/25/2009 6:08:34 AM
|
|
|