1. If a transaction already exists, the page will execute within the context of the transaction. However, it will not create a new transaction
2.If a transaction already exists, the page will execute within the context of the transaction. If a transaction does not exist, it will create a new one
3.Creates a new transaction for each request
4.You cannot created a ASP.Net page Transaction by using