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();
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace