我的工作和生活myworklife.blog.chinaunix.net
54xw
全部博文(130)
2016年(1)
2015年(8)
2014年(6)
2013年(2)
2012年(9)
2011年(16)
2010年(5)
2009年(4)
2008年(2)
2007年(6)
2006年(50)
2005年(21)
wb123456
yueli33
zxto1996
舒树浩
victorch
请叫我王
last_day
onano
jarry_ga
分类:
2006-02-08 14:37:50
} try { SmtpMail.Send(MyMsg); lblShowMsg.Text="发送成功!"; tbTo.Text = ""; tbSubject.Text = ""; tbBody.Text = ""; ddlPriority.SelectedIndex = 1; ddlBodyFormat.SelectedIndex = 0; } catch(Exception ee) { lblShowMsg.Text = "发送失败:"+ee.ToString(); }
}
#region Web 窗体设计器生成的代码 override protected void OnInit(EventArgs e) { // // CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。 // InitializeComponent(); base.OnInit(e); } /// /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// private void InitializeComponent() { this.btSend.Click += new System.EventHandler(this.Mail_Send); this.Load += new System.EventHandler(this.Page_Load);
} #endregion }}
上一篇:修该DataGrid单元格的Color!
下一篇:dropdownlist的數據綁定
登录 注册