Where can I get some decent looking free ASP.Net or CSS themes?
I wouldn't bother looking for ASP.NET stuff specifically (probably won't find any anyways). Finding a good CSS theme easily can be used in ASP.NET.
Here's some sites that I love for CSS goodness:
http://www.freecsstemplates.org/
http://www.oswd.org/
http://www.openwebdesign.org/
http://www.styleshout.com/
http://www.freelayouts.com/
I have used Open source Web Design in the past. They have quite a view css themes, don't know about ASP.Net
As always, http://www.csszengarden.com/. Note that the images aren't public domain.
Microsoft hired one fo the kids from A List Apart to whip some out. The .Net projects are free of charge for download.
http://msdn.microsoft.com/en-us/asp.net/aa336613.aspx
peace|dewde http://dewde.com
how can i apply css theme for all buttons which is presen in that page..
like if i have created one css file like this .btn { color:#050; font: bold 84% 'trebuchet ms',helvetica,sans-serif; background-color:#fed; border:1px solid; border-color: #696 #363 #363 #696; } and how can i apply this css theme to all buttons which is present in the page without writing CssClass=".btn" for every button . how can i do it just writing one line.