| Sender |
Macson
|
| Recipient(s) |
Macson
|
| Date |
25 Sep 2009
|
Error Plz help Me
|
public DataSet GetCities() { DataSet ds = new DataSet(); try { sqlDBHandler objDBHandler = new sqlDBHandler(); Hashtable objParamCol = null;
ds = objDBHandler.executeAndGetDataSet("USP_GetCity", objParamCol);
} catch { } finally { //con.Close(); } return ds;
}
|