摘要: $(document).ready(function (){ $('#btnmerge').click(function () { var RodNo = $('#RodNo').val(); $.ajax({ type: "post", dataType: 'json', url: "Precis... 阅读全文
posted @ 2011-08-08 21:53 风一样的大叔 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1) { %> " title="上一页">上一页 " title="上一页">下一页 阅读全文
posted @ 2011-08-08 21:52 风一样的大叔 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Link Text Here//或用jquery写Super Duper Product$('a.affLink').mouseover(function(){window.status=this.title;return true;}) 阅读全文
posted @ 2011-08-08 21:51 风一样的大叔 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-08 21:49 风一样的大叔 阅读(143) 评论(0) 推荐(0) 编辑
摘要: string UserName = FunStr(Request.Form["UserName"].ToString());string UserPwd = FunStr(Request.Form["UserPwd"].ToString());public static string FunStr(... 阅读全文
posted @ 2011-08-08 21:48 风一样的大叔 阅读(267) 评论(0) 推荐(0) 编辑
摘要: string sPassWord = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(txtPassWord.Text.ToString(), "MD5") ;//md5加密 阅读全文
posted @ 2011-08-08 21:48 风一样的大叔 阅读(139) 评论(0) 推荐(0) 编辑
摘要: string id = GridView1.Rows[e.NewSelectedIndex].Cells[0].Text; 阅读全文
posted @ 2011-08-08 21:46 风一样的大叔 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //前台 '> //后台for (int i = 0; i < this.GridView1.Rows.Count; i++) { bool isChecked = ((CheckBox)GridView1.Rows[i].FindControl("CB")).Checked; if (isCh... 阅读全文
posted @ 2011-08-08 21:44 风一样的大叔 阅读(221) 评论(0) 推荐(0) 编辑
摘要: " target="_blank" >' ForeColor="#6C6C6C"> 阅读全文
posted @ 2011-08-08 21:42 风一样的大叔 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-08 21:41 风一样的大叔 阅读(107) 评论(0) 推荐(0) 编辑