4 references to CheckBoxName
System.Web (4)
UI\WebParts\CatalogPartChrome.cs (2)
183
writer.AddAttribute(HtmlTextWriterAttribute.Name, Zone.
CheckBoxName
);
189
_page.ClientScript.RegisterForEventValidation(Zone.
CheckBoxName
);
UI\WebParts\CatalogZoneBase.cs (2)
424
string selectedCheckBoxValues = postCollection[
CheckBoxName
];
428
ValidateEvent(
CheckBoxName
);