随笔分类 -  ASP.NET

摘要:http://adamed.iteye.com/blog/1698740http://www.cnblogs.com/xiaowei0705/archive/2011/04/19/2021372.html 阅读全文
posted @ 2014-12-12 15:00 neusoft06 阅读(91) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/yanwei067/articles/1137419.html 阅读全文
posted @ 2014-12-05 12:02 neusoft06 阅读(122) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/yeminglong/archive/2013/05/21/3091192.htmlhttp://zhoufoxcn.blog.51cto.com/792419/429988/ 阅读全文
posted @ 2014-12-05 11:50 neusoft06 阅读(95) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_5067ef490101e1ul.html protected void Page_Load(object sender, EventArgs e) { // 認証処理開始 string staffCo... 阅读全文
posted @ 2014-12-04 10:33 neusoft06 阅读(196) 评论(0) 推荐(0)
摘要:protected int GetLength(string strValue) { byte[] myByte = System.Text.Encoding.Default.GetBytes(strValue); return myByte.Length; ... 阅读全文
posted @ 2014-12-02 12:14 neusoft06 阅读(849) 评论(0) 推荐(0)
摘要:http://www.ipentec.com/document/document.aspx?page=csharp-asp-net-get-request-url 阅读全文
posted @ 2014-11-26 11:38 neusoft06 阅读(115) 评论(0) 推荐(0)
摘要:protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); bool isHistory = false; if (Session[SESSION_KEY_I... 阅读全文
posted @ 2014-10-29 17:24 neusoft06 阅读(309) 评论(0) 推荐(0)

分享到: 更多