📄 new.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="new.aspx.vb" Inherits="ECDB._new" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>new</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body background="images/background/1 (101).JPG" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:label id="Label2" style="Z-INDEX: 106; LEFT: 408px; POSITION: absolute; TOP: 16px" runat="server"
Width="88px" Height="24px" Font-Bold="True" Font-Size="Medium" ForeColor="#FF8000">关键字</asp:label><asp:dropdownlist id="DList2" style="Z-INDEX: 103; LEFT: 232px; POSITION: absolute; TOP: 40px" runat="server"
Width="144px" Height="40px" Font-Bold="True" Font-Size="Larger" ForeColor="Magenta" AutoPostBack="True"></asp:dropdownlist><asp:button id="Button1" style="Z-INDEX: 101; LEFT: 544px; POSITION: absolute; TOP: 40px" runat="server"
Width="80px" Height="32px" ForeColor="White" BackColor="#FF8080" Text="查询"></asp:button><asp:dropdownlist id="DList1" style="Z-INDEX: 102; LEFT: 80px; POSITION: absolute; TOP: 40px" runat="server"
Width="112px" Height="40px" Font-Bold="True" Font-Size="Larger" ForeColor="Magenta" AutoPostBack="True">
<asp:ListItem Value="产品类型" Selected="True">产品类型</asp:ListItem>
<asp:ListItem Value="产品">产品</asp:ListItem>
</asp:dropdownlist><asp:label id="Label1" style="Z-INDEX: 104; LEFT: 88px; POSITION: absolute; TOP: 16px" runat="server"
Width="88px" Height="24px" Font-Bold="True" Font-Size="Medium" ForeColor="#FF8000">更新的表</asp:label><asp:textbox id="TextBox1" style="Z-INDEX: 105; LEFT: 408px; POSITION: absolute; TOP: 40px" runat="server"
Width="88px" Height="28px"></asp:textbox><asp:datagrid id="DataGrid1" style="Z-INDEX: 107; LEFT: 64px; POSITION: absolute; TOP: 112px"
runat="server" Width="472px" Height="104px" PageSize="5" AllowPaging="True">
<Columns>
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle PageButtonCount="5" Mode="NumericPages"></PagerStyle>
</asp:datagrid><asp:button id="Button2" style="Z-INDEX: 108; LEFT: 656px; POSITION: absolute; TOP: 40px" runat="server"
Width="80px" Height="32px" ForeColor="White" BackColor="#FF8080" Text="返回"></asp:button></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -