GridView 明细

根据:http://www.cnblogs.com/kk2000/articles/342942.html总结:

1、EnableSortingAndPagingCallbacks 属性设为True,它都会无刷新分页和排序了,但前提是GridView中没有模板列。

2、GridView的行序号问题:

     gridview中使用<%# Container.DataItemIndex %>取得当前行的序号
     从而可以通过
     GridViewRow row = gv.Rows[Convert.ToInt32(e.CommandArgument)];
     取得Gridview中操作的行对象

     ----------------》在页面中写时
3、

待续...

posted @ 2008-11-14 20:02  Devil_Zhang  阅读(386)  评论(0编辑  收藏  举报