private
{
Ajax.Utility.RegisterTypeForAjax(
Data data=
data.ConnectionToOracle();
Countries.DataSource =GetCountries();
States.DataSource=GetStates();
}
public
DataTable countries=
OracleDataAdapter da =
da.Fill(countries);
}could you please tell me y its not having the data?regards Ram:)