| Sender |
Macson
|
| Recipient(s) |
Macson
|
| Date |
25 Sep 2009
|
wht is error in the following Code plz reply me
|
public void loaddata() { ClsCity oCity=new ClsCity();
try { DataSet ds = oCity.GetCities();
GridCity.Controls.Clear();
if (ds.Tables.Count > 0) { GridCity.DataSource = ds; GridCity.DataBind(); dsSearch = ds; //Session["Search"] = ds; } } catch {
} finally { oCity = null; }
|