tianjia.aspx

来自「用asp.net开发的考试系统」· ASPX 代码 · 共 19 行

ASPX
19
字号
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="tianjia.aspx.cs" Inherits="Default4" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Table Width="90%" BorderColor="#E0E0E0" BorderWidth="1px" ID="Table1" runat="server" Height="121px">
                            <asp:TableRow ID="TableRow1" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
                            <asp:TableCell ID="TableCell1"  ColumnSpan="3" HorizontalAlign="Center" Font-Bold="True" Text="添加试题" runat="server"></asp:TableCell></asp:TableRow>
                              <asp:TableRow ID="TableRow2" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
                            <asp:TableCell ID="TableCell2" Text="课程选择" runat="server"></asp:TableCell>
                              <asp:TableCell ID="TableCell3"  runat="server"></asp:TableCell></asp:TableRow>
                              <asp:TableRow ID="TableRow3" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
                            <asp:TableCell ID="TableCell4" Text="试题名称" runat="server"></asp:TableCell>  <asp:TableCell ID="TableCell5" runat="server" ></asp:TableCell></asp:TableRow>
                              <asp:TableRow ID="TableRow4" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
                            <asp:TableCell ID="TableCell6" Text="加入时间" runat="server"></asp:TableCell>  <asp:TableCell ID="TableCell7" runat="server" ></asp:TableCell></asp:TableRow>
                             <asp:TableRow ID="TableRow5" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
                          <asp:TableCell ID="TableCell9" runat="server" ></asp:TableCell></asp:TableRow>
                             
                            </asp:Table>
</asp:Content>

⌨️ 快捷键说明

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