日期:2014-05-17  浏览次数:20341 次

为什么实现不了分页

<head id="Head1" runat="server">
    <title>无标题页</title>
    <link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        .style1
        {
            width: 390px;
            height: 34px;
        }
    </style>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <table align="center" class="css" style="width: 570px; height: 301px" border="0" cellpadding="0" cellspacing="0">
                <tr>
                    <td align="center" class="style1">
                        企业公告</td>
                </tr>
                <tr>
                    <td style="width: 390px">
                        <asp:DataList ID="DataList1" runat="server" BackColor="white" BorderColor="White"
                            BorderStyle="none" BorderWidth="1px" CellPadding="2" 
                            GridLines="horizontal" OnDeleteCommand="DataList1_DeleteCommand" Width="536px" 
                            onitemcommand="DataList1_ItemCommand" 
                            onitemdatabound="DataList1_ItemDataBound" 
                           >
                            <ItemTemplate>
                                <table border="0" class="css" style="width: 658px; height: 0px" cellpadding="0" cellspacing="0">
           &nbs