摘要:
[WebMethod] public static string CheckLogin(string user, string pwd) { pwd = FormsAuthentication.HashPasswordForStoringInConfigFile(pwd, "md5"); University.BLL.Student bll = new University.BLL.Student(); DataSet ds = bll.Login(user, pwd); if... 阅读全文
posted @ 2013-07-04 10:09
yuking
阅读(389)
评论(0)
推荐(0)
浙公网安备 33010602011771号