Asp.net源码专业站
首页->投票调查->Asp.net在线投票系统(51aspx版)源码>>AddTopic.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net在线投票系统(51aspx版)源码
当前文件:文件类型 OnlineVote/AddTopic.aspx[2K,2009-6-12 11:51:27]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddTopic.aspx.cs" Inherits="AddTopic" %> 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 rel="Stylesheet" href="ASPNET2.0BaseCss.css" type="text/css" /> 9</head> 10<body> 11 <form id="form1" runat="server"> 12 <table class="GbText" style="BORDER-COLLAPSE: collapse; border-right: #ccccff thin solid; border-top: #ccccff thin solid; border-left: #ccccff thin solid; border-bottom: #ccccff thin solid;" borderColor="#93bee2" cellSpacing="0" 13 cellPadding="2" width="100%" border="1"> 14 <tr> 15 <td colspan="2"><font class="HeaderText">添加投票主题</font></td> 16 </tr> 17 <tr> 18 <td colspan="2"><hr style="font-size: 1pt;" /></td> 19 </tr> 20 <tr style="line-height:2;"> 21 <td style="width:150" align="right">主题名称:</td> 22 <td><asp:textbox id="Name" runat="server" Width="150px" CssClass="InputCss"></asp:textbox> 23 <asp:RequiredFieldValidator ID="rfN" runat="server" ControlToValidate="Name" 24 CssClass="GbText" Display="Dynamic" ErrorMessage="名称不能为空!"></asp:RequiredFieldValidator></td> 25 </tr> 26 <tr style="line-height:2;" valign="top"> 27 <td style="width:150" align="right">详细说明:</td> 28 <td><asp:TextBox ID="Body" runat="server" Height="180px" TextMode="MultiLine" 29 Width="350px" CssClass="InputCss"></asp:TextBox></td> 30 </tr> 31 <tr style="line-height:2;"> 32 <td style="width:150" align="right"></TD> 33 <TD align="left"><FONT face="宋体">&nbsp;</FONT></td> 34 </tr> 35 <tr style="line-height:2;"> 36 <td style="width:150" width="150" align="right"></TD> 37 <TD align="left"><FONT face="宋体">&nbsp;</FONT><asp:Button ID="AddBtn" runat="server" Text="确定" Width="100px" CssClass="ButtonCss" OnClick="AddBtn_Click" /><FONT face="宋体">&nbsp;</FONT><asp:Button ID="ReturnBtn" runat="server" Text="返回" Width="100px" CssClass="ButtonCss" OnClick="ReturnBtn_Click" CausesValidation="False" /></td> 38 </tr> 39 <tr> 40 <td></td> 41 </tr> 42 </table> 43 </form> 44</body> 45</html> 46
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net在线投票系统(51aspx版)源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146