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