摘要:
protected LosFormatter losFormatter = new LosFormatter(); protected override object LoadPageStateFromPersistenceMedium() { string key = Request.RawUrl + "__viewstate"; if (Session[key] != null) { object obj = null; using (System.IO.MemoryStream strea... 阅读全文
posted @ 2012-05-31 12:57
事理
阅读(2967)
评论(1)
推荐(0)