asp:HyperLink 控件如何去掉显示的文字下面的下划线?
HMTL代码: 
以下 <HEAD> 
        <style> 
              .CssStyle1       
              {   
                      text-decoration:none; 
              } 
        </style> 
后台代码: 
HyperLink1.CssClass   =   "CssStyle1 ";
It's not who you are underneath, it's what you do that defines you
HMTL代码: 
以下 <HEAD> 
        <style> 
              .CssStyle1       
              {   
                      text-decoration:none; 
              } 
        </style> 
后台代码: 
HyperLink1.CssClass   =   "CssStyle1 ";
 
                
            
        Brick walls are there for a reason :they let us prove how badly we want things