摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Web.UI.WebControls;// 5 using System.Data.SqlClient; 6 ... 阅读全文
摘要:
//直接调用WebMessageBox方法 #region 弹出消息对话框 /// /// 弹出消息对话框 /// /// 要弹出对话框的Page类 /// 对话框中提示的内容 public sta... 阅读全文
摘要:
private static string[] autoCompleteWordList = null; public string[] GetCompleteDepart(int count,string sql,string filed) { if (co... 阅读全文