?? st_customersmanmodule.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_CustomersManModule.ascx.cs" Inherits="Context_ST_CustomersManModule" %>
<table width="600" height="367" border="1" style="font-size: 15px">
<tr>
<td height="37" colspan="5" bgcolor="#CCCCCC">客戶信息查詢:</td>
</tr>
<tr>
<td width="61" style="height: 28px">按方式:</td>
<td style="width: 131px; height: 28px"> <asp:DropDownList ID="ddlType" runat="server" Style="position: relative" Width="113px">
<asp:ListItem Selected="True">--請選擇--</asp:ListItem>
<asp:ListItem>按姓名</asp:ListItem>
<asp:ListItem>按身份證號</asp:ListItem>
<asp:ListItem>按地區</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 42px; height: 28px">輸入:</td>
<td style="width: 148px; height: 28px"> <asp:TextBox ID="txtSearch" runat="server" Style="position: relative" Width="142px"></asp:TextBox></td>
<td style="width: 126px; height: 28px"> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: relative"
Text="查詢" Width="59px" /></td>
</tr>
<tr>
<td height="259" colspan="5" valign="top">
<asp:DataGrid ID="DataGrid1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
OnPageIndexChanged="DataGrid1_PageIndexChanged" Style="font-size: 15px; position: relative"
Width="100%">
<PagerStyle NextPageText="下頁" PrevPageText="上頁" />
<Columns>
<asp:BoundColumn DataField="ST_CName" HeaderText="客戶姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_CIdentityId" HeaderText="身份證號"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_Address" HeaderText="住址"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_Telephone" HeaderText="電話"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_RoomId" HeaderText="房間號"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_BeginTime" HeaderText="開始時間"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_EndTime" HeaderText="結束時間"></asp:BoundColumn>
<asp:BoundColumn DataField="ST_TotalPrice" HeaderText="消費金額"></asp:BoundColumn>
</Columns>
</asp:DataGrid></td>
</tr>
<tr>
<td height="30" colspan="5"> <asp:Label ID="lblInfo" runat="server" Style="position: relative" Text="Label"
Width="196px"></asp:Label>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -