摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using BLL;using Model;public partial class ajaxlogin : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { string result = "-1"; ... 阅读全文
posted @ 2012-11-26 18:13 诗意花 阅读(157) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using BLL;using Model;public partial class ajaxlogin : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { string result = "-1"; strin 阅读全文
posted @ 2012-11-26 18:12 诗意花 阅读(114) 评论(0) 推荐(0)