摘要: 加入这个属性就可以显示出来了. 阅读全文
posted @ 2007-12-19 11:38 风语战士 阅读(217) 评论(0) 推荐(0)
摘要: DataGrid1_DeleteCommand 写在这里 if(this.DataGrid1.PageCount==1) { DataGrid1.CurrentPageIndex=0; } else if(this.DataGrid1.Items.Count%25==1) { DataGrid1.CurrentPageIndex--; }... 阅读全文
posted @ 2007-12-19 11:10 风语战士 阅读(170) 评论(0) 推荐(0)
摘要: Response.Write(""); 阅读全文
posted @ 2007-12-19 11:03 风语战士 阅读(156) 评论(0) 推荐(0)