Page.TransactionMode Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the level of transaction support for the page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
'Declaration Protected Property TransactionMode As Integer 'Usage Dim value As Integer value = Me.TransactionMode Me.TransactionMode = value
/** @property */ protected int get_TransactionMode () /** @property */ protected void set_TransactionMode (int value)
protected function get TransactionMode () : int protected function set TransactionMode (value : int)
Not applicable.
Property Value
An integer that represents one of the TransactionOption enumeration members.In most circumstances, do not set this property in code. Set the Transaction attribute in the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Community Additions
ADD
Show: