摘要:
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "editkey") { string OrderId = GridView1.DataKeys[Convert.ToInt32(e.CommandArgument)].Value.ToStrin... 阅读全文
posted @ 2009-08-13 10:32
海岸线
阅读(391)
评论(0)
推荐(0)
摘要:
<input type=checkbox name=mm value=a onclick="checkItem('mm')"><br> <input type=checkbox name=mm value=b onclick="checkItem('mm')"><br> <input type=checkbox name=mm value=c ... 阅读全文
posted @ 2009-08-13 10:27
海岸线
阅读(1744)
评论(0)
推荐(1)
摘要:
public void sendMail2() { SmtpClient _smtpClient = new SmtpClient(); //smtp验证类 _smtpClient.DeliveryMethod = SmtpDeliveryMethod.Network;//指定电子邮件发送方式 _smtpClient.Host = "smtp.163.com";//指定SMTP服务器 _smtpC... 阅读全文
posted @ 2009-08-13 10:26
海岸线
阅读(246)
评论(0)
推荐(1)
浙公网安备 33010602011771号