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!

WebControl.Mark

Begin tracking state changes on the control. Any changes made after "mark" will be tracked and saved as part of the control viewstate.

[Visual Basic]
Overrides Protected Sub Mark()
[C#]
protected override void Mark();
[C++]
protected: override void Mark();
[JScript]
protected override function Mark();

See Also

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