摘要: 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 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 网站建设教程 http://www.w3school.com.cn/index.html 牛人博客 .NET http://jimmyzhang.cnblogs.com/ http://www.tracefact.net/ http://zhoufoxcn.blog.51cto.com/ http: 阅读全文
posted @ 2014-12-02 12:45 neusoft06 阅读(135) 评论(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 阅读(844) 评论(0) 推荐(0) 编辑
摘要: 获取最后修改的记录SQL 转化LINQ 阅读全文
posted @ 2014-11-28 08:26 neusoft06 阅读(1890) 评论(0) 推荐(0) 编辑
摘要: List<SearchApplicationResult> results = (from row in query.Where(item => item.DEL_FLG == '0') join row_temp in DataContext.TBAARS_COMMITTEE_APPLICATIO 阅读全文
posted @ 2014-11-27 14:39 neusoft06 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 平心静气,多思多闻。思想是语言的升华。技术的精深源于总结。没有谁能随随便便成功! 阅读全文
posted @ 2014-11-26 12:00 neusoft06 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://www.ipentec.com/document/document.aspx?page=csharp-asp-net-get-request-url 阅读全文
posted @ 2014-11-26 11:38 neusoft06 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 【ASPXソース】')"/> AAA BBB CCC【javascript(jQuery)ソース】//この引数idはコントロールIDの文字列を渡してください。function getCheckedRadio(id) { //各Itemの配列を取得 //↓javascriptならこれ va... 阅读全文
posted @ 2014-11-06 16:05 neusoft06 阅读(165) 评论(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 阅读(304) 评论(0) 推荐(0) 编辑
分享到: 更多