📄 basicenglish.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BasicEnglish.aspx.cs" Inherits="ConsultManage_BasicEnglish" %>
<!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>
<link href="../CSS/sub.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="content">
<div style="width: 413px;">
<h3>
基础信息录入</h3></div>
<table>
<tr>
<td class="style1" style="width: 100px">
英语水平:</td>
<td class="style2" style="width: 100px">
<asp:TextBox ID="tbx_YingYSP" runat="server" CssClass="textarea"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="btn_TianJ" runat="server" Text="添加" Width="65px" OnClick="btn_TianJ_Click" /></td>
</tr>
<tr>
<td colspan="3">
<asp:Label ID="lbl_info1" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="height: 38px">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="334px" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing" OnRowCancelingEdit="GridView1_RowCancelingEdit" OnRowUpdating="GridView1_RowUpdating" >
<Columns>
<asp:BoundField HeaderText="英语水平" DataField="YingYSP" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
<asp:CommandField HeaderText="编辑" ShowEditButton="True" />
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td class="style1" style="width: 100px">
<asp:Button ID="btn_QueD" runat="server" Text="确定" Width="65px" OnClick="btn_QueD_Click" /></td>
<td class="style2" style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="btn_QuX" runat="server" Text="取消" Width="65px" OnClick="btn_QuX_Click" /></td>
</tr>
<tr>
<td colspan="3">
<asp:Label ID="lbl_info2" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -