1 override of LoadPostData
System.Web (1)
UI\WebControls\RadioButton.cs (1)
130protected override bool LoadPostData(String postDataKey, NameValueCollection postCollection) {
1 reference to LoadPostData
System.Web (1)
UI\WebControls\CheckBox.cs (1)
588return LoadPostData(postDataKey, postCollection);