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

📄 gdcledit.aspx

📁 一个很好的管理系统代码!!!! 能实现车辆的管理…… 大家用的试下啊
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GdclEdit.aspx.cs" Inherits="Admin_GdclEdit" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
	<HEAD>
		<title></title>
		<LINK href="../css/style.css" type="text/css" rel="stylesheet">
		<base target="_self"></base>
		        <script src="../css/Css.js" type="text/javascript"></script> 
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="BORDER-RIGHT: #7f7f7f 2px dotted; BORDER-TOP: #7f7f7f 2px dotted; Z-INDEX: 101; LEFT: 0px; BORDER-LEFT: #7f7f7f 2px dotted;  BORDER-BOTTOM: #7f7f7f 2px dotted; POSITION: absolute; TOP: 0px;"
					cellSpacing="3" cellPadding="8"  align="center" bgcolor ="#EFF3FB">
					<TBODY>
						<TR >
							<TD class="TDTitle" align="center" colSpan="4" style="height: 32px"  ><FONT face="宋体"><FONT face="宋体"><FONT style="FONT-SIZE: medium" face="宋体" color="dimgray">
                                固定车辆信息</FONT></FONT></FONT></TD>
						</TR>
						<TR>
							<TD align="center" style="width: 128px; height: 14px" >
                               车辆名称:</TD>
							<TD colSpan="3" style="HEIGHT: 14px"><FONT face="宋体"><asp:textbox id="TextBox1" runat="server" Width="537px" DESIGNTIMEDRAGDROP="98"></asp:textbox></FONT></TD>
						</TR>
                        <tr>
                            <td align="center" style="height: 18px; width: 128px;">
                               车牌号:</td>
                            <td colspan="3" style="height: 18px">
                                <asp:TextBox ID="Textbox4" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:TextBox></td>
                        </tr>
						<TR>
							<TD style="HEIGHT: 14px; width: 128px;" align="center"><FONT face="宋体">户主:</FONT></TD>
							<TD style="HEIGHT: 14px" colSpan="3"><FONT face="宋体">
                                <asp:TextBox ID="txtHzxx" runat="server" DESIGNTIMEDRAGDROP="98" Width="460px" ReadOnly="True"></asp:TextBox><input
                                    id="Button3" class="button" style="width: 74px" type="button" value="选择住户" onclick="window.open('SelectZh.aspx');" /></FONT></TD>
						</TR>
                        <tr>
                            <td align="center" style="width: 128px; height: 38px;">
                                车辆图片:</td>
                            <td colspan="3" style="height: 38px">
                                <asp:FileUpload ID="File1" runat="server" Width="539px" /></td>
                        </tr>
						<TR>
							<TD align="center" style="width: 128px; height: 40px;">
                               备注:</TD>
							<TD colSpan="3" style="height: 40px"><FONT face="宋体">
									<asp:textbox id="Textbox2" runat="server" DESIGNTIMEDRAGDROP="98" Width="537px"></asp:textbox></FONT></TD>
						</TR>
						<TR>
							<TD align="center" colSpan="34">
                                &nbsp;
                                &nbsp;<asp:Button ID="Button2" runat="server" CssClass="button" Text="保存" OnClick="Button2_Click"   />
                                <asp:Button ID="Button1" runat="server" CssClass="button" Text="返回" OnClick="Button1_Click"   />&nbsp;<input
                                    id="Button4" class="button" type="button" value="车辆照片"  onclick="document.getElementById('userMenu').style.display='block';" />
                </TABLE>
                <div id="userMenu" runat="server" align="center" style="border-right: gray thin solid;
                    border-top: gray thin solid; display: none; z-index: 2000; left: 436px; border-left: gray thin solid;
                    width: 167px; border-bottom: gray thin solid; position: relative; top: 139px;
                    height: 165px; background-color: ghostwhite">
                    <a href="#" onclick="document.getElementById('userMenu').style.display='none';">关闭</a><br />
                    <img src="<% =strPic %>" style="width: 156px; height: 147px" /></div>
            </FONT>
                <asp:TextBox ID="txtID" runat="server" DESIGNTIMEDRAGDROP="98" Width="1px" Height="13px"></asp:TextBox>
                                </form>
	</body>
</html>

⌨️ 快捷键说明

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