RadioButton.RaisePostDataChangedEvent Method
.NET Framework 3.0
Raises the CheckedChanged event, if the Checked property has changed on postback.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The RaisePostDataChangedEvent method is called by the System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent method. It is used primarily by control developers extending the functionality of the RadioButton control.
Community Additions
ADD
Show: