摘要:
/* from: http://www.cnblogs.com/dreamof/archive/2009/03/13/1410923.html*/1、Request获取url各种信息的方法 测试的url地址:http://www.test.com/testweb/default.aspx, 结果如下: Request.ApplicationPath: /testweb Request.CurrentExecutionFilePath: /testweb/default.aspx Request.FilePath: /testweb/default.aspx Request.Path:...
阅读全文
posted @ 2009-12-24 16:30
kofkyo
阅读(300)
推荐(0)
摘要:
最近遇到这么一个需求gridview中原有7个字段 column1 column2 column3 column4 column5 column6 column7 xxx xxx xxx xxx xxx xxx xxx 现在需要新增加4个字段,由于横向排列会比较长,所以希望可以把新增加的4个字段放在原有字段的下面,增加一个控制显示/隐藏的按钮来控制新行。 就是这个样子 column1 column2 column3 column4 column5 column6 column7 xxx xxx xxx xxx xxx xxx xxx button column8:yyy column9:...
阅读全文
posted @ 2009-12-24 16:00
kofkyo
阅读(1087)
推荐(0)