⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 providerfind.aspx

📁 用Visual C#.net开发企业材料采购管理系统数据库使用的是SqlServer2000
💻 ASPX
字号:
<%@ Page Language="c#" codebehind="ProviderFind.aspx.cs" autoeventwireup="false" Inherits="WebApplication5.ProviderFind" %>
<%@ import Namespace="System.Data.SqlClient" %>
<%@ import Namespace="System.Data" %>
<HTML>
	<HEAD>
		<LINK href="style/blue.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form runat="server">
			<center>
				<table height="40" cellSpacing="0" cellPadding="0" width="650" background="image/image23.bmp">
					<tbody>
						<tr>
							<td height="30">&nbsp;&nbsp;<asp:imagebutton id="Img_save" runat="server" ImageAlign="Middle" ImageUrl="image/add.bmp"></asp:imagebutton>
								&nbsp;&nbsp;<asp:imagebutton id="Img_search" runat="server" ImageAlign="Middle" ImageUrl="image/search.bmp"></asp:imagebutton>
								&nbsp;&nbsp;&nbsp;
								<asp:imagebutton id="Img_clear" runat="server" ImageAlign="Middle" ImageUrl="image/clear.bmp" CommandName="clear"></asp:imagebutton>&nbsp;&nbsp;&nbsp;&nbsp;
								<asp:imagebutton id="Img_delete" runat="server" ImageAlign="Middle" ImageUrl="image/deletex.bmp"
									CommandName="delete"></asp:imagebutton><asp:label id="Label1" runat="server" visible="False">Label</asp:label><asp:label id="Label2" runat="server" visible="False">Label</asp:label><asp:label id="Label3" runat="server" Visible="False">Label</asp:label></td>
						</tr>
					</tbody></table>
				<table style="WIDTH: 650px; HEIGHT: 324px" borderColor="#ffc080" height="344" cellSpacing="0"
					cellPadding="0" width="664" border="1">
					<tbody>
						<tr>
							<td height="80">
								<table style="WIDTH: 643px; HEIGHT: 26px">
									<tbody>
										<tr>
											<td width="30"></td>
											<td width="170">查询字段:<asp:dropdownlist id="DDList1" runat="server" AutoPostBack="True" Width="103px"></asp:dropdownlist>
											</td>
											<td width="110">操作符:<asp:dropdownlist id="DDList2" runat="server" AutoPostBack="True" Width="58px"></asp:dropdownlist>
											</td>
											<td width="200">查询值:<asp:textbox id="Txt_value" runat="server" Width="143px"></asp:textbox>
											</td>
											<td>运算符:<asp:dropdownlist id="DDList3" runat="server" AutoPostBack="True" Width="58px"></asp:dropdownlist>
											</td>
										</tr>
									</tbody></table>
								<table style="WIDTH: 643px; HEIGHT: 26px">
									<tbody>
										<tr>
											<td width="30"></td>
											<td><font face="宋体"><asp:listbox id="ListBox1" runat="server" Width="579px"></asp:listbox></font></td>
										</tr>
									</tbody></table>
							</td>
						</tr>
						<tr>
							<td>
								<div id="div1" style="OVERFLOW: auto; HEIGHT: 210px" align="center"><asp:panel id="Panel1" runat="server" Width="625px" Height="179px">
										<asp:DataGrid id="DataGrid1" runat="server" Width="610px" AutoGenerateColumns="False" CellPadding="3"
											BackColor="White" BorderColor="#CCCCCC" BorderWidth="1px" BorderStyle="None" ShowFooter="True">
											<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
											<ItemStyle Height="20px" ForeColor="#000066"></ItemStyle>
											<HeaderStyle Font-Bold="True" Height="30px" ForeColor="White" BackColor="#006699"></HeaderStyle>
											<FooterStyle Height="30px" ForeColor="#000066" BackColor="SeaShell"></FooterStyle>
											<Columns>
												<asp:EditCommandColumn ButtonType="PushButton" UpdateText="更新" CancelText="放弃" EditText="编辑">
													<HeaderStyle Width="80px"></HeaderStyle>
												</asp:EditCommandColumn>
												<asp:BoundColumn DataField="c_id" ReadOnly="True" HeaderText="序号">
													<HeaderStyle Width="50px"></HeaderStyle>
												</asp:BoundColumn>
												<asp:TemplateColumn>
													<HeaderStyle Width="200px"></HeaderStyle>
													<HeaderTemplate>
														<b>供应商 </b>
													</HeaderTemplate>
													<ItemTemplate>
														<asp:Label text='<%# DataBinder.Eval(Container.DataItem,"c_name") %>' width="185" runat="server" />
													</ItemTemplate>
													<EditItemTemplate>
														<asp:TextBox Text='<%# DataBinder.Eval(Container.DataItem,"c_name") %>' width="185" runat="server" />
													</EditItemTemplate>
												</asp:TemplateColumn>
												<asp:TemplateColumn>
													<HeaderStyle Width="160px"></HeaderStyle>
													<HeaderTemplate>
														<b>摘要</b>
													</HeaderTemplate>
													<ItemTemplate>
														<asp:Label text='<%# DataBinder.Eval(Container.DataItem,"c_remark") %>' width="133" runat="server" />
													</ItemTemplate>
													<EditItemTemplate>
														<asp:TextBox Text='<%# DataBinder.Eval(Container.DataItem,"c_remark") %>' width="133" runat="server" />
													</EditItemTemplate>
												</asp:TemplateColumn>
												<asp:TemplateColumn>
													<HeaderTemplate>
														<b>选择删除</b>
													</HeaderTemplate>
													<ItemTemplate>
														<asp:CheckBox id="chk" runat="server" />
													</ItemTemplate>
												</asp:TemplateColumn>
											</Columns>
											<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
										</asp:DataGrid>
									</asp:panel></div>
							</td>
						</tr>
					</tbody></table>
			</center>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -