css for the entire asp.net application

Newbie Member
31Aug2008,16:31   #1
ANNNAMMA's Avatar
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
shabbir's Avatar
Moved to ASP forum for better response.
Newbie Member
16Oct2008,15:59   #3
shazzmerc's Avatar
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
manojkumarmaithil's Avatar
Quote:
Originally Posted by ANNNAMMA View Post
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
hello shazz

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.