How to include a CSS File in Asp.Net page
Thu, 10/22/2009 - 13:52
I want to use a css file to style my asp.net page.
Sat, 10/24/2009 - 09:08
#2
Another Way to do the same
>style<
@import "CSSFileName.CSS";
>\style<
Sat, 10/24/2009 - 12:45
#3
<style>@import
<style>@import "CSSFileName.CSS";</style>
Regards
Vineet Dangwal.