📄 writeback.aspx
字号:
<%@ Page language="c#" Codebehind="Writeback.aspx.cs" AutoEventWireup="false" Inherits="AWC.Reporter.Web.Writeback" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Writeback</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="FlowLayout">
<form id="Form1" method="post" runat="server">
<h3 align="center"><FONT face="Verdana" color="#476789">Writeback Demo</FONT></h3>
<table id="tblWriteBack" style="BORDER-RIGHT: tan 1px solid; BORDER-TOP: tan 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: tan 1px solid; WIDTH: 800px; BORDER-BOTTOM: tan 1px solid; FONT-FAMILY: Verdana; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: white"
borderColor="tan" cellSpacing="0" cellPadding="2" width="300" align="center" border="1">
<tr style="FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: darkred">
<td style="WIDTH: 157px">Report Name</td>
<td style="WIDTH: 200px">Description</A></td>
</tr>
<tr style="COLOR: darkslateblue">
<td noWrap style="WIDTH: 157px; HEIGHT: 28px">
Sales Order Number</td>
<td noWrap style="HEIGHT: 28px">
<asp:Label id="lblSalesOrderNumber" runat="server"></asp:Label></td>
</tr>
<tr style="COLOR: darkslateblue; BACKGROUND-COLOR: beige">
<td noWrap style="WIDTH: 157px; HEIGHT: 33px">Sales Person</td>
<td noWrap style="HEIGHT: 33px">
<asp:DropDownList id="drpSalesPerson" runat="server" DataValueField="EmployeeID" DataTextField="Employee"></asp:DropDownList></td>
</tr>
<tr style="COLOR: darkslateblue">
<td noWrap style="WIDTH: 157px">Order Date</td>
<td noWrap>
<asp:TextBox id="txtOrderDate" runat="server" Width="104px"></asp:TextBox>
<asp:RequiredFieldValidator id="requiredFieldValidator" runat="server" ErrorMessage="Order Date is required"
ControlToValidate="txtOrderDate"></asp:RequiredFieldValidator>
<asp:RangeValidator id="rangeValidator" runat="server" ErrorMessage="Order Date has to be between 1/1/2003 and 12/31/2003"
Type="Date" MinimumValue="1/1/2003" MaximumValue="12/31/2003" ControlToValidate="txtOrderDate" Display="Dynamic"></asp:RangeValidator></td>
</tr>
<tr style="COLOR: darkslateblue; BACKGROUND-COLOR: beige">
<td noWrap style="WIDTH: 157px; HEIGHT: 30px">
<asp:LinkButton id="lnkUpdate" runat="server">Update Order</asp:LinkButton></td>
<td noWrap></td>
</tr>
<tr>
<td noWrap style="WIDTH: 157px; HEIGHT: 30px" colspan="2">
<asp:Label id="lblResults" runat="server" Width="304px"></asp:Label>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -