摘要: http://www.connectionstrings.com/Articles/Show/store-connection-string-in-web-config 阅读全文
posted @ 2013-01-10 18:50 阿練醬 阅读(131) 评论(0) 推荐(0)
摘要: http://www.w3school.com.cn/aspnet/prop_webcontrol_textbox_autopostback.asphttp://imagefish.pixnet.net/blog/post/30846568 阅读全文
posted @ 2013-01-10 18:49 阿練醬 阅读(96) 评论(0) 推荐(0)
摘要: http://www.oschina.net/code/snippet_235523_11244回家研究一下。 阅读全文
posted @ 2013-01-10 18:46 阿練醬 阅读(112) 评论(0) 推荐(0)
摘要: Web.config中將<authentication mode ="Windows"></authentication>程式碼中利用下列代碼抓出使用者名稱1 HttpContext.Current.User.Identity.Name.Substring(HttpContext.Current.User.Identity.Name.IndexOf('\\') + 1)做你想要做的事情~--------------------------------程式碼原理待探討,還有怎麼抓Domain也要研究一下。http://technet.m 阅读全文
posted @ 2013-01-10 11:34 阿練醬 阅读(217) 评论(0) 推荐(0)