您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->网博新闻管理系统0.1版源码文件>>admin/bulletin_Add.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博新闻管理系统0.1版源码文件
当前文件:文件类型 WebabcNews/admin/bulletin_Add.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/admin/MasterPage.master" validateRequest="false" AutoEventWireup="true" CodeFile="bulletin_Add.aspx.cs" Inherits="admin_bulletin_Add" Title="Untitled Page" %> 2<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %> 3<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 4 <table align="center" cellpadding="0" cellspacing="0" width="650"> 5 <tr> 6 <td class="tm"> 7 <span class="tt">添加公告</span> 8 </td> 9 <td class="tr"> 10 </td> 11 </tr> 12 </table> 13 <table align="center" cellpadding="0" cellspacing="0" width="650"> 14 <tr> 15 <td class="ml"> 16 </td> 17 <td class="mm"> 18 <table align="center" cellpadding="3" width="98%"> 19 <tr> 20 <td align="right" width="90"> 21 公告标题: 22 </td> 23 <td> 24 <input id="txttitle" runat="server" maxlength="50" name="title" size="50" /> 25 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txttitle" 26 ErrorMessage="标题必须输入"></asp:RequiredFieldValidator></td> 27 </tr> 28 <tr> 29 <td align="right" valign="top"> 30 公告内容:<br /> 31 (限5000字) 32 </td> 33 <td> 34 <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" BasePath="~/FCKeditor/" Height="400px" ToolbarSet="Basic"> 35 </FCKeditorV2:FCKeditor> 36 <br /> 37 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="FCKeditor1" 38 ErrorMessage="内容必须输入!"></asp:RequiredFieldValidator></td> 39 </tr> 40 <tr> 41 <td align="right"> 42 </td> 43 <td> 44 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /></td> 45 </tr> 46 </table> 47 </td> 48 </tr> 49 </table> 50</asp:Content> 51 52
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:网博新闻管理系统0.1版源码文件
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号