随笔分类 -  asp.net

摘要:/// /// json帮助 JsonConvert命名空间为Newtonsoft.Json ,DataContractJsonSerializer命名空间为System.Runtime.Serialization.Json /// public class JsonHelper { /// /// json序列化 /// /// /// /// public static string NJsonSerializer(T t) { ... 阅读全文
posted @ 2013-07-31 17:52 淡定的程序猿 阅读(489) 评论(0) 推荐(0)
摘要:/// /// 终端机的js消息框 /// /// /// /// public static void MsgBox(Page page, string msg, string url) { if (!url.IsNull()) //isNull方法自己实现 page.ClientScript.RegisterStartupScript(page.GetType(), "showMessage", ... 阅读全文
posted @ 2013-07-30 11:44 淡定的程序猿 阅读(198) 评论(0) 推荐(0)