IT Community - Software Programming, Web Development and Technical Support

What are the Page level transaction and class level transaction?

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........ ?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Other Web Programming Languages

Register FAQ Members List Calendar Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 07-20-2007, 12:44 AM
H2o H2o is offline
D-Web Analyst
 
Join Date: Jul 2007
Posts: 246
H2o is on a distinguished road
Default What are the Page level transaction and class level transaction?

any one explain in detail........ ?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-20-2007, 01:48 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: What are the Page level transaction and class level transaction?

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
{
}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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 12: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 12:15 AM
Row Level In DB2 vadivelanvaidyanathan Database Support 2 08-11-2007 05:13 AM
What are different transaction levels in SQLSERVER? oxygen Database Support 1 07-26-2007 03:16 AM
How automatically backup of Transaction log for specific Database oxygen Database Support 1 07-24-2007 04:31 AM
Savepoint in Sql Transaction Murali Database Support 0 03-01-2007 02:38 AM


All times are GMT -7. The time now is 12:05 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0