2004年12月19日

在DataGrid中实现分页

摘要: 用过ASP的朋友也许对起分页感到头大,但在ASP。NET中其自动分页功能便让您能得心应手。这是前台代码: 后台代码如下: usingSystem; usingSystem.Collections; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Data.SqlClient; using... 阅读全文

posted @ 2004-12-19 19:07 痛苦并快乐着 阅读(1485) 评论(2) 推荐(0)

导航