Example #1
0
 public DropDownList FillDropDownListWithSelect(string strQuery, DropDownList dropList, string dbName)
 {
     _objDAO = new CommonDAO();
     return(_objDAO.FillDropDownListWithSelect(strQuery, dropList, dbName));
 }