摘要: .下拉列表值改变时的事件【以及如何获取服务器控件Id】/* 【下拉列表值改变时的事件】 当下拉列表值改变时,触发事件 */ function SelectType() { if ($("#").val() != "") {// 是获取服务器控件Id的方式 alert($("#").val()); } } .html控件下拉列表后台绑定版本一$.post(siteBase + "MktUser/Op.aspx?op=items", {}, funct... 阅读全文
posted @ 2012-01-30 16:16 守望幸福的猪 阅读(3167) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net.Mail;using System.Text;/// <summary>///MailHelper 封装了发送邮件相关的方法///包括设置邮件主题、内容等/// </summary>public class MailHelper{ public MailHelper() { // //TODO: 在此处添加构造函数逻辑 // } #re... 阅读全文
posted @ 2012-01-30 15:27 守望幸福的猪 阅读(345) 评论(0) 推荐(0) 编辑