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
|
Go4Expert Founder
|
![]() |
| 31Aug2008,19:40 | #2 |
|
Moved to ASP forum for better response.
|
|
Newbie Member
|
|
| 16Oct2008,15:59 | #3 |
|
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 |
|
Go4Expert Member
|
|
| 23Apr2009,20:04 | #4 |
|
Quote:
Originally Posted by ANNNAMMA 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. |


