如何引用css StyleSheet 在asp.net 3.5中 被取消了
  实在是不知道css在何处加载如何使用。。请高手指教

解决方案 »

  1.   

    design 页面吗  为什么我拖过去了  还是不好用呢   还是说source页面呢
      

  2.   

    把css外部文件 拉到aspx(设计页面)页面就可以了
      

  3.   

     <link rel="stylesheet" type="text/css" href="../css/Datagrid.css"/>
      

  4.   

     
    把css外部文件 拉到aspx(设计页面)页面就可以了,查看代码源,会相应增加:
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />