摘要:
function step(str) { location.href = "DetailsUserMgt.aspx?UserID=" + str;//跳转页面传值 } 前台JS方法 protected void btnCancel_Click(object sender, EventArgs e) 阅读全文
摘要:
前台JS function OnSaveBarCodeTitle() { if (document.getElementByIdx_x("Path1").value != "") { var mPDF417Text = PDF417Text.value; var mTitle = mPDF417Te 阅读全文
摘要:
select * into [newtablename] from [oldtablename] 同一个数据库 select * into [newtablename] [in 数据库名] from [oldtablename] 同一个数据库 阅读全文