Transactions in ASP.NET is a tutorial which deals with the information about processing transactions in ASP.NET page. A transaction is described to cover various ACID properties such as atomicity, consistency, isolation and durability. The author in
The SQL Guru Answers your Questions is an easy to learn ASP.NET tutorial through which you can get the solution for finding the missing transaction number in two ways. The select query shown in this tutorial helps you to display the missing transacti
The SQLTransaction Object is a tutorial which helps you to gather more information about the SQLTransaction class and its methods. In this tutorial the author gives you the sample code which creates an instance for SQLTransaction class, add data to t
The Datagrid Revisited: Editing a Live Database in Template Columns is an ASp.NET article which contains more information about the various operation that can be perfomed in the datagrid. In this article the author explains the users, how to edit the
The Ins and Outs of DataViews is an ASP.NET tutorial in which the author gives details about the dataview which helps in viewing the data in the datatable. Here the author explains the procedure for creating the data view and the method of utilizing
Synchronize Identity Values Between Database and DataSet During Updates is an user friendly web based tutorial which provides you the solution for the problem of synchronizing identity values column between database and DataSet object while performi
Table Mapping in ADO.NET is a tutorial which describes you about the table mapping technique. The table mapping technique contains the the set of rules and parameters which controls how the SQL result sets in the DataAdapter object are mapped onto in
Summary Rows in DataGrid Controls is an article for the .NET programmers to create summary rows and add it to the datagrid controls. Summary rows are the group of records from the database table having a common key. This tutorial clearly explains how
Storing Your Own AppSettings within Config.web is an article where the author explains about ASP.NET's XML based configuration system. The author says that this system supports custom XML Schema option as well as to store Key/Value pairs, after going
Storing and Reading Base64 Encoded Connection String in Web.Config is a web based tutorial through which you can learn about how to encrypt and decrypt the information of the Web.Config file using Base64 algorithm. Web.Config is an XML based text fil |