摘要:
主要是用到ScriptManger,老知识Mark一下,ScriptManager要EnablePageMethods="true"后台using System.Web.Script.Services;using System.Web.Services;[WebMethod] [ScriptMethod] public static string GetValue(string userID) { return userID+DateTime.Now.ToString(); } 前台 无标题页 ... 阅读全文
posted @ 2013-07-25 14:32
gzh4455
阅读(268)
评论(0)
推荐(0)
浙公网安备 33010602011771号