以SQL SERVER2000自带数据库Northwind中Customers表示例.
前台aspx代以码:

>
后台CS部分代码:
Repeater控件使用(含删除,分页功能)using System;
Repeater控件使用(含删除,分页功能)
using System.Data;
Repeater控件使用(含删除,分页功能)
using System.Configuration;
Repeater控件使用(含删除,分页功能)
using System.Collections;
Repeater控件使用(含删除,分页功能)
using System.Web;
Repeater控件使用(含删除,分页功能)
using System.Web.Security;
Repeater控件使用(含删除,分页功能)
using System.Web.UI;
Repeater控件使用(含删除,分页功能)
using System.Web.UI.WebControls;
Repeater控件使用(含删除,分页功能)
using System.Web.UI.WebControls.WebParts;
Repeater控件使用(含删除,分页功能)
using System.Web.UI.HtmlControls;
Repeater控件使用(含删除,分页功能)
using System.Data.SqlClient;
Repeater控件使用(含删除,分页功能)
Repeater控件使用(含删除,分页功能)
public partial class Repeater : System.Web.UI.Page
}

相关文章: