摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->alter PROCEDURE Pages@TableNames VARCHAR(200), --表名,可以是多个表,但不能用别名@PrimaryKey VARCHAR(100), ... 阅读全文
posted @ 2010-08-12 14:47 bestsaler 阅读(356) 评论(0) 推荐(0) 编辑
摘要: .net 获取checkBoxList 选中的值 public string GetCheckBoxListValues(ListControl lc) { string tempValues = ""; foreach (ListItem li in lc.Items) { if (li... 阅读全文
posted @ 2010-08-12 11:20 bestsaler 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var checkNumControls = new Array("TbZipCode","TbPhone1","TbPhone2","TbPhone3","TbSeeDoctorAgeYear"... 阅读全文
posted @ 2010-08-12 10:53 bestsaler 阅读(337) 评论(0) 推荐(0) 编辑
摘要: var state = false; $(document).ready(function(){ $("#txt2UserName").focus(); $("#txt2UserName").keyup(function(){ $.ajax({ //提交数据的类型 POST GET type:"GET", ... 阅读全文
posted @ 2010-08-12 10:22 bestsaler 阅读(983) 评论(0) 推荐(0) 编辑