📄 supplycontactadmin.aspx
字号:
<%@ Page language="c#" Codebehind="SupplyContactAdmin.aspx.cs" AutoEventWireup="false" Inherits="NewGlassBook.SupplyContactAdmin" %>
<%@ Register TagPrefix="cc1" Namespace="NewGlassBook" Assembly="NewGlassBook" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../../NewGlassBook.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="subcompany_admin" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<tr>
<td>
<P align="left"><asp:dropdownlist id="condition" runat="server">
<asp:ListItem Value="a.id">用户名</asp:ListItem>
<asp:ListItem Value="a.Name">姓名</asp:ListItem>
<asp:ListItem Value="a.Mobile">手机</asp:ListItem>
<asp:ListItem Value="Email">Email</asp:ListItem>
<asp:ListItem Value="b.name">所属供应商</asp:ListItem>
</asp:dropdownlist><cc1:mytextbox id="conditionValue" runat="server"></cc1:mytextbox><cc1:mybutton id="dbtn_search" runat="server" Text="查询"></cc1:mybutton><asp:label id="lblWarning" runat="server" Width="202px" Font-Size="X-Small" ForeColor="Red"></asp:label></P>
</td>
</tr>
<tr>
<td><cc1:superdatagrid id="dgShow" runat="server" Width="100%" OnPageIndexChanged="dgShow_Change" BorderStyle="Solid" BorderWidth="1px" AllowPaging="True" AutoGenerateColumns="False" CellPadding="3">
<ItemStyle Font-Size="10pt"></ItemStyle>
<HeaderStyle Font-Size="10pt" HorizontalAlign="Center" BackColor="Transparent"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="id" HeaderText="用户名">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="password" HeaderText="密码">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="name" HeaderText="姓名">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Email" HeaderText="Email">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Mobile" HeaderText="手机">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="tel" HeaderText="电话号码">
<HeaderStyle Wrap="False"></HeaderStyle>
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="sName" HeaderText="供应商">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle Font-Size="10pt" HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</cc1:superdatagrid></FONT></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -