U jst need to make sure that the countryID on the state table is corresponding to the one on the country name, then you can have a select stateme like this on ur dataadpater
SELECT * FROM State
WHERE CountryID = ddlCountries.selectedValue;
Im sory I cant read your code can u edit it and make it C# instead of just text, its killing me
[ Code=C# ]
Paste code here dont leave
[ /Code ]
there souldnt be any space in between ur square brackets