This is a discussion on What are the Page level transaction and class level transaction? within the Other Web Programming Languages forums, part of the Web Development category; any one explain in detail........ ?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| ASP.NET transaction support allows pages to participate in ongoing Microsoft .NET Framework transactions. Transaction support is exposed via an @Transaction directive that indicates the desired level of support: Required, RequiresNew, Supported, NotSupported, Disabled. The Transaction attribute is applied at the class level too to indicate that all class methods should be run in the context of a transaction. If an unhandled exception is thrown during the execution of a class method, the transaction is aborted. Otherwise, the transaction is committed. we can set the page level transaction by <@page transaction='"required"> using System.EnterpriseServices; [Transaction] public class TransactionAttribute_Cl : ServicedComponent { } |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/other-web-programming-languages/2287-what-page-level-transaction-class-level-transaction.html | |||
| Posted By | For | Type | Date |
| web programming languages: Blogs, Photos, Videos and more on Technorati | This thread | Refback | 07-24-2007 01:36 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Transaction Scope in DotNet using C#. | S.Vinothkumar | C# Programming | 52 | 09-22-2007 01:15 AM |
| Row Level In DB2 | vadivelanvaidyanathan | Database Support | 2 | 08-11-2007 06:13 AM |
| What are different transaction levels in SQLSERVER? | oxygen | Database Support | 1 | 07-26-2007 04:16 AM |
| How automatically backup of Transaction log for specific Database | oxygen | Database Support | 1 | 07-24-2007 05:31 AM |
| Savepoint in Sql Transaction | Murali | Database Support | 0 | 03-01-2007 03:38 AM |