NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Page.IsPostBack

Gets a value indicating whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.

[Visual Basic]
Public ReadOnly Property IsPostBack As Boolean
[C#]
public bool IsPostBack {get;}
[C++]
public: __property bool get_IsPostBack();
[JScript]
public function get IsPostBack() : Boolean;

Property Value

true if the page is being loaded in response to a client postback; otherwise false.

See Also

Page Class | Page Members | System.Web.UI Namespace