|
|
Applying Styles to Controls |
|
|
Microsoft Corporation |
|
|
ASP.NET / Component & Controls |
|
|
Click to Visit |
|
|
40 |
This web based tutorial gives you a brief summary about setting styles to the web server and HTML controls. The author offers you the sample source program which shows how the style attributes of the Style base class is used to perform this operation. It is necessary to import the System.Web.UI.WebControls.WebControl namespace inorder to use the Style class in your aspx page. You can also use the ApplyStyle method of the WebControl base class to apply styles to the web server controls.
|