📄 admin_jiandaadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_JianDaAdd.aspx.cs" Inherits="Admin_admin_JianDaAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table cellSpacing="0" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; width: 538px;" cellPadding="0" align="center"
bgcolor="#f1f0f4" border="1" bordercolor=gray>
<tr height=40>
<td colSpan="2" height="10"> <font color=#4D2600><b>填空题</b></font>
</td>
</tr>
<TR>
<TD align="center">科目:</TD>
<TD><asp:dropdownlist id="ddlCourse" runat="server" Font-Size="9pt" Width="88px"></asp:dropdownlist></TD>
</TR>
<tr>
<td align="center">
描述:</td>
<td>
<asp:textbox id="txtTitle" runat="server" Width="288px" TextMode="MultiLine"
Height="60px"></asp:textbox>
</td>
</tr>
<TR>
<TD align="center" nowrap>
答案:</TD>
<TD>
<asp:TextBox ID="txtAnswer" runat="server" Height="72px" Style="position: static"
TextMode="MultiLine" Width="288px"></asp:TextBox></TD>
</TR>
<tr align="center" height="55">
<td colSpan="2"><asp:Label ID="lblMessage" runat="server" ForeColor=red></asp:Label><br />
<asp:Button ID="Button1" runat="server" Style="z-index: 100; left: 435px; position: absolute;
top: 393px" Text="保存" Width="40px" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Style="z-index: 102; left: 608px; position: absolute;
top: 394px" Text="返回" Width="40px" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -