9 references to Style
System.Web (3)
UI\WebControls\BaseValidator.cs (2)
737Style["display"] = "none"; 741Style["visibility"] = "hidden";
UI\WebControls\ValidationSummary.cs (1)
400Style["display"] = "none";
System.Web.DataVisualization (6)
WebForm\ChartWebControl.cs (5)
609if ( String.IsNullOrEmpty(htmlImage.Style[HtmlTextWriterStyle.BorderWidth]) && 610String.IsNullOrEmpty(htmlImage.Style["border"]) && 611String.IsNullOrEmpty(htmlImage.Style["border-width"])) 613htmlImage.Style.Value = "border-width:0px;" + htmlImage.Style.Value;
WebForm\General\ChartHttpHandler.cs (1)
624grid.Style[HtmlTextWriterStyle.MarginLeft] = "20px";