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