📄 bookupdata.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Bookupdata.aspx.cs" Inherits="Bookupdata" %>
<!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>
<table>
<tr>
<td colspan="2" style="height: 14px">
图书更新</td>
<td colspan="1" style="height: 14px">
</td>
</tr>
<tr>
<td style="width: 100px">
ID:</td>
<td style="width: 100px">
<asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" AutoPostBack="True">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px">
书名:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
作者:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
出版社:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
介绍:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox4" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
编号:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="更新" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回" /></td>
</tr>
</table>
</div>
<asp:Label ID="Label1" runat="server" Text="更新信息:"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -