⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 article.ascx

📁 内容管理 内容管理 内容管理 内容管理 内容管理
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Article.ascx.cs" Inherits="Article" %>
<table width="610">
    <tr>
        <td style="width: 610px"><div  style="text-align: right;"><img src="image/PNG-0970.gif"  />&nbsp;&nbsp;<a href="Default.aspx">发表文章</a></div></td>
    </tr>
    <tr>
        <td style=" height: 217px; width: 610px;">
            <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                BorderWidth="0px" Font-Size="9pt" HorizontalAlign="Center" OnPageIndexChanging="changepage"
                ShowHeader="False" Width="602px">
                <Columns>
                    <asp:BoundField DataField="HTML" HtmlEncode="False" />
                </Columns>
                <PagerSettings FirstPageText="首页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                    NextPageText="下一页" PreviousPageText="上一页" />
                <PagerStyle BorderWidth="0px" Font-Bold="True" Font-Size="9pt" HorizontalAlign="Right" />
                <RowStyle Font-Size="10pt" />
            </asp:GridView>
        </td>
    </tr>
    <tr>
        <td style="width: 610px; height: 21px;">
        </td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -