Use the style file *.css in the aspx page. If there are comments in the css file
in vb, they should be as follows:
'General connection
a:link {
color: #000000;
text-decoration: underline;
}
In C#, it should be as follows:
/*regular connection*/
a:link {
color: #000000;
text-decoration: underline;
}
Otherwise, the style will not be applied!