上一页 1 ··· 20 21 22 23 24
摘要: 原理比较简单, 就是利用GridView 在RowCreated事件上做个手脚, 当if (e.Row.RowType == DataControlRowType.Pager) 时 加入几个Button 和Label 之后再给他们写个事件就ok了 当然我觉得最有意思的就是最后的pager里面的对象嵌套。。。拉出来一句 e.Row.Controls[0].Controls[0].Controls[0].Controls[0].Controls.AddAt(0, (Button_IndexFirst)); 其中各个对象的含义,这里只做个参考给大家 Pannel对象->Table对象-> 阅读全文
posted @ 2011-10-19 12:11 cateatmycode 阅读(1997) 评论(0) 推荐(2) 编辑
摘要: 开发Android应用,SDK下载了2.3.3和2.2版本的, 新建一个工程使用2.2的SDK,工程上有红叉,不知道少了什么, 运行时报错 Your project contains error(s),please fix them before running your application. 控制台显示:[2011-02-15 11:00:33 - Dex Loader] Unable to execute dex: wrapper was not properly loaded first [2011-02-15 11:00:33 - HellWorld] Conversion to 阅读全文
posted @ 2011-10-19 11:57 cateatmycode 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24