Asp.net源码专业站
首页->上传下载->明日企业下载管理系统源码>>BackAdmin/AdminSoftwareInfo/UpdateAdminSoftwareInfo.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:文件类型 MingriEnterprise/BackAdmin/AdminSoftwareInfo/UpdateAdminSoftwareInfo.aspx[13K,2009-6-12 11:47:28]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdateAdminSoftwareInfo.aspx.cs" Inherits="BackAdmin_AdminSoftwareInfo_UpdateAdminSoftwareInfo" %> 2 3<%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc1" %> 4 5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 7<html xmlns="http://www.w3.org/1999/xhtml" > 8<head runat="server"> 9 <title>企业门户网站</title> 10 <style> 11body{ 12margin-top:0px; 13} 14</style> 15</head> 16<body style="vertical-align: top; text-align: center"> 17 <form id="form1" runat="server"> 18 <table cellpadding="0" cellspacing="0" style="width: 800px"> 19 <tr> 20 <td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 21 </td> 22 </tr> 23 <tr> 24 <td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 25 width: 167px; height: 427px; text-align: center"> 26 <table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 27 <tr> 28 <td style="width: 190px; text-align: center"> 29 <uc1:WebUserControl ID="WebUserControl1" runat="server" /> 30 </td> 31 </tr> 32 </table> 33 </td> 34 <td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 35 width: 100px; text-align: center"> 36 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 37 <tr> 38 <td style="vertical-align: top; width: 100px; text-align: center"> 39 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 40 <tr> 41 <td colspan="1" style="width: 79px"> 42 </td> 43 <td colspan="4" style="width: 411px; text-align: center"> 44 &nbsp;<asp:Label ID="Label12" runat="server" Font-Size="9pt" ForeColor="Red" Text="软件信息管理"></asp:Label></td> 45 <td colspan="1" style="width: 100px"> 46 </td> 47 </tr> 48 <tr> 49 <td align="left" colspan="1" style="width: 100px; text-align: center"> 50 </td> 51 <td align="left" colspan="4" style="width: 411px; text-align: center"> 52 <table> 53 <tr> 54 <td style="width: 23px"> 55 </td> 56 <td style="width: 2946px"> 57 <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="软件名称:"></asp:Label></td> 58 <td colspan="6" style="font-size: 12pt" align="left"> 59 <asp:TextBox ID="txtname" runat="server" Font-Size="9pt" Width="270px"></asp:TextBox><asp:RequiredFieldValidator 60 ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtname" ErrorMessage="不允许为空!">*</asp:RequiredFieldValidator></td> 61 </tr> 62 <tr style="color: #000000"> 63 <td style="width: 23px; height: 22px"> 64 </td> 65 <td style="width: 2946px; height: 22px"> 66 <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="类别:"></asp:Label></td> 67 <td colspan="4" style="height: 22px" align="left"> 68 <asp:DropDownList ID="ddlregimentation" runat="server" Font-Size="9pt" Width="108px" Enabled="False"> 69 </asp:DropDownList> 70 </td> 71 <td colspan="1" style="width: 100px; height: 22px"> 72 &nbsp;</td> 73 <td colspan="1" style="width: 159px; height: 22px" align="left"> 74 </td> 75 </tr> 76 <tr> 77 <td style="width: 23px; height: 25px"> 78 </td> 79 <td style="width: 2946px; height: 25px"> 80 <asp:Label ID="Label6" runat="server" Font-Size="9pt" Text="软件大小:"></asp:Label></td> 81 <td colspan="4" style="height: 25px" align="left"> 82 <asp:TextBox ID="txtsize" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 83 ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtsize" ErrorMessage="不允许为空!" 84 Font-Size="9pt">*</asp:RequiredFieldValidator></td> 85 <td colspan="1" style="width: 100px; height: 25px"> 86 <asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="开发语言:"></asp:Label></td> 87 <td colspan="1" style="width: 159px; height: 25px" align="left"> 88 <asp:TextBox ID="txtlang" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 89 ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtlang" ErrorMessage="不允许为空!" 90 Font-Size="9pt">*</asp:RequiredFieldValidator></td> 91 </tr> 92 <tr> 93 <td style="width: 23px; height: 25px"> 94 </td> 95 <td style="width: 2946px; height: 25px"> 96 <asp:Label ID="Label8" runat="server" Font-Size="9pt" Text="应用平台:"></asp:Label></td> 97 <td colspan="4" style="height: 25px" align="left"> 98 <asp:TextBox ID="txtplatform" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 99 ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtplatform" ErrorMessage="不允许为空!" 100 Font-Size="9pt">*</asp:RequiredFieldValidator></td> 101 <td colspan="1" style="width: 100px; height: 25px"> 102 <asp:Label ID="Label7" runat="server" Font-Size="9pt" Text="版本说明:"></asp:Label></td> 103 <td colspan="1" style="width: 159px; height: 25px" align="left"> 104 <asp:TextBox ID="txtedition" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 105 ID="RequiredFieldValidator6" runat="server" ControlToValidate="txtedition" ErrorMessage="不允许为空!" 106 Font-Size="9pt" Width="1px">*</asp:RequiredFieldValidator></td> 107 </tr> 108 <tr> 109 <td style="width: 23px; height: 11px"> 110 </td> 111 <td style="width: 2946px; height: 11px"> 112 <asp:Label ID="Label10" runat="server" Font-Size="9pt" Text="下载地址:"></asp:Label></td> 113 <td colspan="4" style="height: 11px" align="left"> 114 <asp:TextBox ID="txtDownLoad" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 115 ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtDownLoad" ErrorMessage="不允许为空!" 116 Font-Size="9pt">*</asp:RequiredFieldValidator></td> 117 <td colspan="1" style="width: 100px; height: 11px"> 118 <asp:Label ID="Label9" runat="server" Font-Size="9pt" Text="推荐指数:"></asp:Label></td> 119 <td colspan="1" style="width: 159px; height: 11px" align="left"> 120 <asp:DropDownList ID="ddlrecommend" runat="server" Font-Size="9pt" Width="66px"> 121 <asp:ListItem>0</asp:ListItem> 122 <asp:ListItem>1</asp:ListItem> 123 <asp:ListItem>2</asp:ListItem> 124 <asp:ListItem>3</asp:ListItem> 125 <asp:ListItem>4</asp:ListItem> 126 <asp:ListItem>5</asp:ListItem> 127 </asp:DropDownList></td> 128 </tr> 129 <tr> 130 <td style="width: 23px; height: 11px"> 131 </td> 132 <td style="width: 2946px; height: 11px"> 133 </td> 134 <td colspan="4" style="height: 11px"> 135 </td> 136 <td colspan="1" style="width: 100px; height: 11px"> 137 </td> 138 <td colspan="1" style="width: 159px; height: 11px" align="left"> 139 <asp:CheckBoxList ID="cklIfFecommend" runat="server" Font-Size="9pt"> 140 <asp:ListItem>是否推荐</asp:ListItem> 141 </asp:CheckBoxList></td> 142 </tr> 143 <tr> 144 <td style="width: 23px; height: 89px"> 145 </td> 146 <td style="width: 2946px; height: 89px"> 147 <asp:Label ID="Label4" runat="server" Font-Size="9pt" Text="软件介绍:"></asp:Label></td> 148 <td colspan="6" style="height: 89px"> 149 <asp:TextBox ID="txtrecommendation" runat="server" Height="98px" TextMode="MultiLine" 150 Width="416px"></asp:TextBox></td> 151 </tr> 152 <tr> 153 <td style="width: 23px; height: 6px"> 154 </td> 155 <td style="width: 2946px; height: 6px"> 156 <asp:Label ID="Label5" runat="server" Font-Size="9pt" Text="程序界面:" Width="64px"></asp:Label></td> 157 <td style="height: 6px" align="left" colspan="6"> 158 <asp:TextBox ID="txtinterface" runat="server" Font-Size="9pt" Width="100px" Enabled="False"></asp:TextBox><input id="UpImage" runat="server" style="width: 193px" type="file" /></td> 159 </tr> 160 <tr> 161 <td style="width: 23px; height: 6px"> 162 </td> 163 <td style="width: 2946px; height: 6px"> 164 <asp:Label ID="Label13" runat="server" Font-Size="9pt" Text="程序文件:"></asp:Label></td> 165 <td align="left" colspan="6" style="height: 6px"> 166 <asp:TextBox ID="txtFile" runat="server" Enabled="False" Font-Size="9pt" Width="100px"></asp:TextBox><input 167 id="UpFile" runat="server" style="width: 193px" type="file" /></td> 168 </tr> 169 <tr> 170 <td style="width: 23px; height: 21px"> 171 </td> 172 <td style="width: 2946px; height: 21px"> 173 </td> 174 <td colspan="6" style="height: 21px" align="left"> 175 &nbsp;</td> 176 </tr> 177 <tr> 178 <td style="width: 23px"> 179 </td> 180 <td style="width: 2946px"> 181 </td> 182 <td align="center" colspan="6"> 183 <asp:Button ID="btnupdate" runat="server" Font-Size="9pt" OnClick="btnupdate_Click" 184 Text="修改" /> 185 <asp:Button ID="Button2" runat="server" Font-Size="9pt" Text="清空" CausesValidation="False" OnClick="Button2_Click" /> 186 <asp:Button ID="Button1" runat="server" CausesValidation="False" Font-Size="9pt" 187 OnClick="Button1_Click" Text="返回" />&nbsp; 188 </td> 189 </tr> 190 </table> 191 &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True" 192 ShowSummary="False" /> 193 </td> 194 <td align="left" colspan="1" style="width: 100px; text-align: center"> 195 </td> 196 </tr> 197 </table> 198 </td> 199 </tr> 200 </table> 201 </td> 202 </tr> 203 <tr> 204 </tr> 205 </table> 206 &nbsp; 207 </form> 208</body> 209</html> 210
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:明日企业下载管理系统源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146