摘要: string sSql = ""; string sValue = txtCarNo.Text.Trim(); // 查询内容未输入 if (sValue.Length == 0) { txtCarNo.Focus(); return; } sValue = PublicClass.Check.ValueReplace(sValue);//特殊字条串处理 if (comType.SelectedV... 阅读全文
posted @ 2010-03-22 15:13 ☆会飞的鱼☆ 阅读(271) 评论(0) 推荐(0)