📄 update.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="update.aspx.cs" Inherits="Mypb.update" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--download from 51aspx.com(51aspx.com)-->
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<style type="text/css">
.style1
{
font-size: xx-large;
color: #FF6600;
font-family: 华文琥珀;
}
.style2
{
width: 129px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<span class="style1">修改数据</span></div>
<table style="width: 100%; height: 119px;">
<tr>
<td class="style2">
姓名 </td>
<td>
<asp:DropDownList ID="DropDownList1" runat="server"
DataSourceID="AccessDataSource2" DataTextField="姓名" DataValueField="姓名"
Height="16px" onselectedindexchanged="DropDownList1_SelectedIndexChanged"
Width="127px">
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
电话 </td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
英语 </td>
<td>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</td>
<td>
</td>
</tr>
</table>
<p>
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="提交" />
<asp:Button ID="Button2" runat="server" onclick="Button2_Click" Text="返回" />
</p>
<asp:AccessDataSource ID="AccessDataSource2" runat="server"
DataFile="~/App_Data/Myphonebook.mdb" SelectCommand="SELECT * FROM [通信录]">
</asp:AccessDataSource>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -