|
|
|
Storing Objects into Permanant DataStore in ASP.Net
|
|
Storing Class objects in Data Store( File, Database etc) is possible with Seralizing the Object into an XML file. De-seralizing provides us an access to the Seralize class. We are using XML Seralization which is very easy in .Net. |
|
Posted on 26 Dec, 2007
By - Pritam Baldota |
|
|
|
|
|
|
ASP.Net Server Variables
|
|
Hi,
Server variables obtain most of their information from headers. This helps in getting the requesting Server information. It also provides client browser information. Usage For eg. Request.ServerVariables["LOCAL_ADDR"]. |
|
Posted on 09 Oct, 2007
By - Pritam Baldota |
|
|
GridView in ASP.Net
|
|
DataGrid plays very important component in ASP.Net Application. It covers most of the basic reports for which you do not need any reporting component like Crystal Report, Report Viewer etc. |
|
Posted on 22 Sep, 2007
By - Pritam Baldota |
|
|
Confirm Message Box while Deleting in GridView
|
|
Hi, I have faced a problem while working with GridView and DataGrid in ASP.Net for confirmation box while deleting items. This is the scenario in each web application.
This is not too much harder. Its |
|
Posted on 10 Sep, 2007
By - Pritam Baldota |
|