编程教程
你的位置: 中国个人站长站 -- 网络编程 -- ASP教程 -- 教程正文 利用c#制作简单的留言板 (3)
推荐位

利用c#制作简单的留言板 (3)

中国个人站长站 ASP教程 点击数: 更新时间:2007-8-25 7:13:17
显示列表list.aspx
<%@ Page language="c#" Codebehind="list.cs" AutoEventWireup="false" Inherits="notpage.list" %>
<html><head>
    <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
    <meta name="CODE_LANGUAGE" Content="C#"></head>
  <body>
    
    <form method="post" runat="server">

     </form><a href = "addTopic.aspx">发表留言</a><br>
    <TABLE WIDTH="90%" HEIGHT="1" BORDER="0" CELLSPACING="2" CELLPADDING="2" id=liuyan>
    <TR>
        <TD>主题</TD>
        <TD>留言人</TD>
        <TD>留言时间</TD>
    </TR>
    
        <asp:label id="n_tdtitle" runat=Server></asp:label>
    
</TABLE>

  </body></html>
namespace notpage
{
    using System;
    using System.Collections;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Web;
    using System.Web.SessionState;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.HtmlControls;

        


    /// <summary>
    ///    Summary description for list.
    /// </summary>
    public class list : System.Web.UI.Page
    {
        protected System.Web.UI.WebControls.Label n_tdtitle;
    
    public list()
    {
        Page.Init += new System.EventHandler(Page_Init);
        }

        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                //
                // Ev

[1] [2] [3] 下一页

教程录入:swh    责任编辑:swh 
个人站长站与你风雨同舟!
本站所提供的资源均来源于互联网,如有侵权行为,请与本站管理员联系,我们会第一时间删除!
·如果您发现《利用c#制作简单的留言板 (3)》文章有错误,也请通知我们修改!
联系邮箱chinageren#126.com,谢谢支持!
站内搜索:
广告服务 | 友情链接 | 联系我们 | 免责声明 | 用户留言 | 网站导航
版权所有:中国个人站长站 2007-2008 未经授权禁止复制或建立镜像 客服QQ号:112731235
copyright © 2007-2008 www.ChinaGeRen.com online services. all rights reserved. 苏ICP备05000059号