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!

RadioButton.PreRender

This method is invoked just prior to rendering. Register client script for handling postback if onChangeHandler is set.

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

See Also

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