您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->明日供求信息网源码>>BackGround/DetailLeaguerInfo.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日供求信息网源码
当前文件:文件类型 MingriGongQiu/BackGround/DetailLeaguerInfo.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DetailLeaguerInfo.aspx.cs" Inherits="BackGround_DetailLeaguerInfo" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8 <link href="../Css/StyleSheet.css" rel="stylesheet" type="text/css" /> 9</head> 10<body> 11 <form id="form1" runat="server"> 12 <div> 13 <table bordercolor="#ff00ff" cellpadding="0" cellspacing="0" style="width: 420px; 14 height: 184px"> 15 <tr> 16 <td style="width: 573px; height: 30px"> 17 标题:</td> 18 <td style="width: 205px; height: 30px"> 19 <asp:TextBox ID="txtTitle" runat="server" Width="178px"></asp:TextBox></td> 20 <td style="width: 124px; height: 30px"> 21 信息类型:</td> 22 <td style="height: 30px"> 23 <asp:TextBox ID="txtType" runat="server" Width="91px"></asp:TextBox></td> 24 </tr> 25 <tr> 26 <td style="width: 573px; height: 181px"> 27 内容:</td> 28 <td colspan="3" style="height: 181px"> 29 <asp:TextBox ID="txtInfo" runat="server" Height="180px" TextMode="MultiLine" Width="351px"></asp:TextBox></td> 30 </tr> 31 <tr> 32 <td style="width: 573px; height: 29px"> 33 联系人:</td> 34 <td style="width: 205px; height: 29px"> 35 <asp:TextBox ID="txtLinkMan" runat="server" Width="139px"></asp:TextBox></td> 36 <td style="width: 124px; height: 29px"> 37 联系电话:</td> 38 <td style="height: 29px"> 39 <asp:TextBox ID="txtTel" runat="server" Width="92px"></asp:TextBox></td> 40 </tr> 41 <tr> 42 <td style="width: 573px; height: 13px"> 43 </td> 44 <td style="width: 205px; height: 13px"> 45 </td> 46 <td style="width: 124px; height: 13px"> 47 &nbsp;</td> 48 <td style="height: 13px"> 49 </td> 50 </tr> 51 <tr> 52 <td style="width: 573px; height: 24px"> 53 </td> 54 <td align="center" style="width: 205px; height: 24px"> 55 <asp:LinkButton ID="LinkButton1" runat="server" OnClientClick="window.close();">关闭窗体</asp:LinkButton></td> 56 <td style="width: 124px; height: 24px"> 57 </td> 58 <td style="height: 24px"> 59 </td> 60 </tr> 61 </table> 62 63 </div> 64 </form> 65</body> 66</html> 67
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:明日供求信息网源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号