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

📄 byhand_full.aspx.svn-base

📁 大学英语学习系统
💻 SVN-BASE
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ByHand_Full.aspx.cs" Inherits="AutoManage_ByHand_Full" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp; &nbsp;&nbsp;
    
        <table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE2" runat="server" style="width: 548px; height: 56px">
            <tr>
            <td height="22" colspan="4" align="right" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                &nbsp;&nbsp; 
                    完型填空手动添加 &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                <asp:Button ID="BtnReturn" runat="server" Text="转到主页" OnClick="BtnReturn_Click" /></td>
          </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4"
                    style="height: 21px;">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="TFNO"
                        DataSourceID="SqlDataSource1" Width="538px" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" AllowPaging="True" AllowSorting="True">
                        <Columns>
                          <asp:TemplateField>
                        <ItemTemplate>
                        <asp:CheckBox ID="chkSelect" AutoPostBack="true" runat="server" />
                        </ItemTemplate>
                        </asp:TemplateField>                        
                            <asp:BoundField DataField="TFNO" HeaderText="TFNO" ReadOnly="True" SortExpression="TFNO" />
                            <asp:BoundField DataField="TFGRADE" HeaderText="TFGRADE" SortExpression="TFGRADE" />
                            <asp:CommandField ShowSelectButton="True" />
                        </Columns>
                    </asp:GridView>
                    </td>
            </tr>
          <tr>
            <td height="22" colspan="4" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                    <asp:Button ID="Button1" runat="server" Text="确定" OnClick="Button1_Click" />&nbsp;&nbsp;&nbsp;
                <asp:Button ID="BtnCancel"
                        runat="server" Text="取消" /></td>
          </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" style="height: 17px">
                <asp:TextBox ID="TextBox1" runat="server" Height="277px" TextMode="MultiLine"
            Width="538px"></asp:TextBox></td>
            </tr>
        </table>
        <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
            SelectCommand="SELECT [TFNO], [TFGRADE] FROM [TAB_TESTFULL]"></asp:SqlDataSource>
        <br />
    
    </div>
        <br />
        &nbsp;<br />
        <br />
    </form>
</body>
</html>

⌨️ 快捷键说明

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