li

ning
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2009 档案

摘要:按http://www.cnblogs.com/liningx/archive/2009/09/24/1573230.html为GridView增加<colgroup>属性,自定义自己的GridView 添加样式: <style type="text/css"> .table-box { width: 100%; table-layout: fixed; text-alig... 阅读全文

posted @ 2009-09-24 13:29 lining 阅读(6648) 评论(0) 推荐(0)

摘要:I'm working on an ASP.NET 2.0 project that uses CSS to stylize the UI. I needed to include <COLGROUP> elements in the output from GridView controls, but alas, GridView doesn't support <COLGRO... 阅读全文

posted @ 2009-09-24 13:04 lining 阅读(1429) 评论(0) 推荐(0)

摘要:方法一、在Web.config中配置,具体做法为:在Web.config文件的System.web节中添加如下代码 1<pages>2 <controls>3 <add assembly="ServerControl" namespace="ServerControl" tagPrefix="sc"/>4 </controls>5</page... 阅读全文

posted @ 2009-09-24 12:59 lining 阅读(1455) 评论(0) 推荐(1)

摘要:D:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\2052\VS2008ImageLibrary.zip 阅读全文

posted @ 2009-09-22 10:47 lining 阅读(754) 评论(0) 推荐(0)