The Dot Net Blog
Be Sharp with C Sharp..
Thursday, August 30, 2007
GridView
›
GridView provides a tabular grid-like view of the contents of a data source The GridView is designed to leverage the new data source object ...
Wednesday, August 29, 2007
Server.Execute and Server.Transfer
›
Server.Execute Method Execute method allows to consider an external page as a subroutine When the execution flow reaches the Server.Execute ...
Server Object - HttpServerUtility
›
The functionality of the ASP intrinsic Server is object in ASP.net is implemented by the HttpServerUtility class An instance of the type i...
Global.asax
›
GLOBAL.ASAX Used by Web Applications to handle some application-level events raised by the ASP.net runtime or by registered http modules Glo...
Application Lifecycle
›
0 APPLICATION_START 1 BeginRequest ASP.NET HTTP pipeline begins to work on the request 2 AuthenticateRequest All the internal ASP.NET au...
Debug and Trace
›
DEBUG CLASS Namespace System.Diagnostics Provides a set of methods and properties that help in debugging the code This class can not be inhe...
Sunday, August 26, 2007
DataView Object
›
DATAVIEW OBJECT The DataView class represents a customized view of DataTable The relationship between DataTable and DataView are governed b...
›
Home
View web version