This documentation is archived and is not being maintained.
How to: Set ASP.NET Server Control Style Properties Using ASP.NET Syntax
Visual Studio 2005
You can set style properties directly in the .aspx file in two ways.
To set style properties in the .aspx file
-
Declare the style property using a convention of hyphenating the style object name and property, as shown in the following example:
-or-
-
Declare explicit elements in which you declare property elements of the appropriate data type, as shown in the following example:
See Also
Show: