use of style sheet in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, 1. Include this tag where styles.css is your stylesheet. 2. create css classes in styles.css like for button .btn { background-color:orange; color:black; } 3. Now add attribute to the button I. if it is server control then the attribute shoul be cssclass="btn" II. if it is HTML control then the attribute should be class="btn" Follow the steps which I have given. regards ,:) Pankaj Kulkarni