摘要:
ASP.NET-GridView的分页功能 2007-12-05 19:54 要实现GrdView分页的功能。 操作如下: 1、更改GrdView控件的AllowPaging属性为true。 2、更改GrdView控件的PageSize属性为 任意数值(默认为10)... 阅读全文
posted @ 2008-08-02 11:39 BlackPhoenix 阅读(598) 评论(0) 推荐(0)
|
|||
摘要:
ASP.NET-GridView的分页功能 2007-12-05 19:54 要实现GrdView分页的功能。 操作如下: 1、更改GrdView控件的AllowPaging属性为true。 2、更改GrdView控件的PageSize属性为 任意数值(默认为10)... 阅读全文
posted @ 2008-08-02 11:39 BlackPhoenix 阅读(598) 评论(0) 推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 第一: private void Button1_Click( object sender, System.EventArgs e ) { Response.Redirect( R... 阅读全文
posted @ 2008-08-02 11:02 BlackPhoenix 阅读(552) 评论(0) 推荐(0) |
|||