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!

Control.PreRender

Performs any prerendering steps necessary prior to saving viewstate and rendering content.

[Visual Basic]
Overridable Protected Sub PreRender()
[C#]
protected virtual void PreRender();
[C++]
protected: virtual void PreRender();
[JScript]
protected function PreRender();

See Also

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