![]() |
css for the entire asp.net application
Hey,
I want to apply css style - sheet to an entire asp.net applicatin. any one help me out regrds joseph.forums@gmail.com jeffy |
Re: css for the entire asp.net application
Moved to ASP forum for better response.
|
Re: css for the entire asp.net application
Hi
You can control the look of ASP.NET server controls by setting various appearance properties such as ForeColor, BackColor, Height, and Width. In addition, some controls support style objects that expose additional style-related settings. please visit on following links.http://msdn.microsoft.com/en-us/library/h4kete56.aspx Shazz |
Re: css for the entire asp.net application
Quote:
you can link your stylesheet in master page of your web application between head tag <link rel="stylesheet" type="text/css" href="style.css" /> and this way you can apply your style for entire web. |
| All times are GMT +5.5. The time now is 10:49. |