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