Application Re-Entrant detection - same as PostBack.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public bool ASPdbPostBack()
Visual Basic (Declaration)
Public Function ASPdbPostBack As Boolean

Field Value

Dim ren as boolean = Obj.ASpdb.Poshback()

Remarks

Code-Behind PostBack cannot be executed in stand alone aspx file. This call is to allow user to perform the same test.

Examples

CopyVB.NET
If (Obj.ASPdbPostBack) Then
     Response.Write("Postback is true")
End If

See Also