转载他人的~~~也费了很大的劲~~~自己亲自编译通过
另外自己还加入自动编号的功能
效果图:
DataList分页程序(转载)
前台代码:
DataList分页程序(转载)<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
DataList分页程序(转载)
DataList分页程序(转载)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
DataList分页程序(转载)
DataList分页程序(转载)
<html xmlns="http://www.w3.org/1999/xhtml">
DataList分页程序(转载)
<head runat="server">
DataList分页程序(转载)    
<title>DataList分页程序</title>
DataList分页程序(转载)    
<style type="text/css">
DataList分页程序(转载)        .style1

后台代码:
DataList分页程序(转载)using System;
DataList分页程序(转载)
using System.Collections;
DataList分页程序(转载)
using System.Configuration;
DataList分页程序(转载)
using System.Data;
DataList分页程序(转载)
using System.Web;
DataList分页程序(转载)
using System.Web.Security;
DataList分页程序(转载)
using System.Web.UI;
DataList分页程序(转载)
using System.Web.UI.HtmlControls;
DataList分页程序(转载)
using System.Web.UI.WebControls;
DataList分页程序(转载)
using System.Web.UI.WebControls.WebParts;
DataList分页程序(转载)
using System.Data.SqlClient;
DataList分页程序(转载)
DataList分页程序(转载)
public partial class Default2 : System.Web.UI.Page

相关文章: