Application Re-Entrant detection - same as PostBack.
Version: All
Namespace:
TornadoAssembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
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
If (Obj.ASPdbPostBack) Then Response.Write("Postback is true") End If