Description of Transactions in ASP.NET :
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 this tutorial gives you the sample code which uses the OleDbTransaction class and its various methods to perform transaction operation.