6 references to AddExpandoAttribute
System.Web (6)
UI\WebControls\BaseValidator.cs (1)
389
AddExpandoAttribute
(this, writer, controlId, attributeName, attributeValue, encode);
UI\WebControls\ValidationSummary.cs (5)
243
BaseValidator.
AddExpandoAttribute
(this, expandoAttributeWriter, id, "headertext", HeaderText, true);
246
BaseValidator.
AddExpandoAttribute
(this, expandoAttributeWriter, id, "showmessagebox", "True", false);
249
BaseValidator.
AddExpandoAttribute
(this, expandoAttributeWriter, id, "showsummary", "False", false);
252
BaseValidator.
AddExpandoAttribute
(this, expandoAttributeWriter, id, "displaymode", PropertyConverter.EnumToString(typeof(ValidationSummaryDisplayMode), DisplayMode), false);
255
BaseValidator.
AddExpandoAttribute
(this, expandoAttributeWriter, id, "validationGroup", ValidationGroup, true);