C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






View Message



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;
}






dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use