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

Called by controls that require the _doPostBack Javascript handler on the client. This method can be called multiple times by multiple controls. It should render only one instance of the _doPostBack script.

[Visual Basic]
Overridable Public Sub RegisterPostBackScript()
[C#]
public virtual void RegisterPostBackScript();
[C++]
public: virtual void RegisterPostBackScript();
[JScript]
public function RegisterPostBackScript();

See Also

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