messageBoard.aspx
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile = "../MasterPage2.master" AutoEventWireup="true" CodeFile="messageBoard.aspx.cs" Inherits="student_messageBoard" %>
  2. <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
  3. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  4.  <div style="margin-top:10px;height:380px; margin-left:100px; width:500px;">
  5.       <div style="float:left;">
  6.          <img src="../image/biaoti_xiushi.gif" width="21" height="21" longdesc="../image/biaoti_xiushi.gif" />  
  7.       </div>
  8.       <div style="float:left;">
  9.         <span class="STYLE4">自我推荐</span>    
  10.       </div> 
  11.       <div style="background-image:url(../image/division.JPG);background-repeat:repeat-x; height:2px; width:500px;">
  12.       </div> 
  13.       <div>
  14.            <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" Width="500px" Height="500px" AutoDetectLanguage="false" DefaultLanguage="zh-cn">
  15.            </FCKeditorV2:FCKeditor>
  16.       </div>
  17.       <div style="width:560px; height:20px; margin-bottom:5px; margin-top:20px;">
  18.             <div style=" float:left; margin-left:100px;"></div>
  19.             <asp:Button ID="Button2" runat="server" Text="确定" OnClick="submit_Click"/>
  20.             <asp:Button ID="Button3" runat="server" Text="重置" OnClick="Button1_Click"/>
  21.        </div>
  22.  </div>
  23. </asp:Content>