I have a list box with some country names from database.
when i click search button the "country" list selecteditem should be selected.
but it is not.
here is my code where iam using a stored procedure which is outputting 3 tables simultaneously.
the list box of country is 3rd table that is table[2]
Code:
if (objDataSet.Tables[1].Rows.Count > 0) {
Leave a comment: