📄 myparamter.aspx
字号:
<%@ Page language="c#" Codebehind="MyParamter.aspx.cs" AutoEventWireup="false" Inherits="Example_5_4.MyParamter" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>访问数据库的参数</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td>角色名称:</td>
<td><asp:TextBox ID="RoleName" Runat="server" Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td>角色说明:</td>
<td><asp:TextBox ID="Description" Runat="server" Width="250px" TextMode="MultiLine" Height="200px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" align="center"><asp:Button ID="SureBtn" Runat="server" Width="100" Text="添加角色"></asp:Button></td>
</tr>
<tr>
<td colspan="2" align="center"><br>
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label id="SuccessMessage" runat="server" Width="250px" ForeColor="Red" Visible="False"></asp:Label></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -