B
Britney
hello everyone,
could someone help me out this issue?
in my aspx page, i have following code,
<asp
ropDownList id="DdCountryList" DataMember="countries" DataSource="<% #countryListDs1%>" runat="server">
#countryListDs1 is my dataset.
I have two columns: country_id and country_name in the dataset.
how come when I go to web page, drop-down list is empty? Did I do something wrong?
Brit
could someone help me out this issue?
in my aspx page, i have following code,
<asp
#countryListDs1 is my dataset.
I have two columns: country_id and country_name in the dataset.
how come when I go to web page, drop-down list is empty? Did I do something wrong?
Brit