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

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

中国个人站长站 ASP教程 点击数: 更新时间:2007-8-25 7:13:17
als true first time browser hits the page
                //
            }
        }

        protected void Page_Init(object sender, EventArgs e)
        {
            //
            // CODEGEN: This call is required by the ASP+ Windows Form Designer.
            //
            InitializeComponent();
            Init_tdtitle();
    

        }
        

        /// <summary>
        ///    Required method for Designer support - do not modify
        ///    the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.Load += new System.EventHandler (this.Page_Load);
        }
        
        protected void Init_tdtitle()
        {
             InitializeComponent();
            //
            // CODEGEN: This call is required by the ASP+ Windows Form Designer.
            //
            try
            {    
                notepage np = new notepage();

                ArrayList arrTopic = np.GetTopicList();
            
               

上一页  [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号