7 references to Value
System.Web (7)
UI\HTMLTextWriter.cs (1)
282
RegisterAttribute("value", HtmlTextWriterAttribute.
Value
, true);
UI\WebControls\Button.cs (1)
279
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, Text);
UI\WebControls\CheckBox.cs (1)
521
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, _valueAttribute);
UI\WebControls\HiddenField.cs (1)
162
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, s);
UI\WebControls\RadioButton.cs (1)
198
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, ValueAttribute);
UI\WebControls\TextBox.cs (1)
467
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, s);
UI\WebParts\CatalogPartChrome.cs (1)
184
writer.AddAttribute(HtmlTextWriterAttribute.
Value
, value);