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!

BaseValidator.OnInit

OnInit method. Override to register as a validator on the Page.

[Visual Basic]
Overrides Protected Sub OnInit( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnInit(
   EventArgs e
);
[C++]
protected: override void OnInit(
   EventArgs* e
);
[JScript]
protected override function OnInit(
   e : EventArgs
);

Parameters

e
[To be supplied.]

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace