myconn.cs
命名空間 notpage
{
使用 System;
使用 System.Data.SQL
;
///
/// myconn 的摘要描述。
///
public class myconn:System.Data.SQL.SQLConnection
{
PRivate void InitializeComponent
()
{
}
public myconn()
{
//
// TODO:新增建構子邏輯
這裡
//
this.Database = "back" ;
this.DataSource = "洛昌"
;
this.UserID = "sa" ;
this.PassWord = ""
;
}
}
}
新增留言addTopic.aspx
P>
對應的cs
命名空間
notpage
{
使用 System;
使用 System.Collections;
使用
System.ComponentModel;
使用 System.Data;
使用 System.Drawing;
使用
System.Web;
使用 System.Web.sessionState;
使用
System.Web.UI;
使用 System.Web.UI.WebControls;
使用
System.Web.UI.HtmlControls;
///
///
AddTopic.
///
公共類別的摘要描述
新增主題:System.Web.UI.Page
{
受保護
System.Web.UI.WebControls.TextBox txtContent;
受保護
System.Web.UI.WebControls.TextBox txtAuthor;
受保護
System.Web.UI.WebControls.TextBox txtTitle;
受保護
System.Web.UI.WebControls.Button btnSubmit;
public AddTopic()
{
Page.Init += new
System.EventHandler(Page_Init);
}
受保護的無效
Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
//
//
瀏覽器第一次造訪頁面時評估為 true
//
}
}
protected void Page_Init(object sender, EventArgs e)
{
//
// CODEGEN:
ASP+ Windows 窗體需要此調用
設計師.
//
InitializeComponent();
}
///
/// 設計器支援所需的方法 - 不
使用程式碼編輯器修改
///該方法的內容。
///
private void InitializeComponent()
{
btnSubmit.Click
+= new System.EventHandler(this.OnSubmit);
this.Load += new
System.EventHandler (this.Page_Load);
}
public void OnSubmit(Object sender)
, EventArgs e)
{
if (Page.IsValid)
{
//資料入庫
try
{
notepage objNptle = new notepage();
notepage objNptle = new notepage();
txtTitle.Text;
objNp.Author = txtAuthor.Text;
objNp.Content =
txtContent.Text;
objNp.adddate = System.DateTime.Now;
if(objNp1.AddTopic(objNp))
{
Response.Write("
return
;
#endif//調試
}
}
}
}
}🎜🎜 以上就是利用c#製作簡單的留言板(2)的內容,更多相關文章請關注PHP中文網(www.php.cn)! 🎜