7 references to Add
System.Web (7)
UI\AttributeCollection.cs (1)
64Add(key, value);
UI\HtmlControls\HtmlInputControl.cs (1)
162Attributes.Add("type", type);
UI\WebControls\CheckBoxList.cs (1)
546_controlToRepeat.InputAttributes.Add("value", item.Value);
UI\WebParts\WebPartChrome.cs (4)
518link.Attributes.Add("onclick", "return __wpm.ExportWebPart('', true, true)"); 522link.Attributes.Add("onclick", onclick); 560verbControl.Attributes.Add("onclick", onclick); 565verbControl.Attributes.Add("onclick", onclick);