R
Raymond Chiu
I have the following code and want to assign to dropdown list. But I don't
know how to assign?
IList<UIModel.Country> a=getcountrycodeandname();
dropdownlist1.??= a.countrycode // it seems has error to access a
dropdownlist1.?? = a.countryname // it seems has error to access
a.countryname, don't how to access ILIST a???
Please help!!!
know how to assign?
IList<UIModel.Country> a=getcountrycodeandname();
dropdownlist1.??= a.countrycode // it seems has error to access a
dropdownlist1.?? = a.countryname // it seems has error to access
a.countryname, don't how to access ILIST a???
Please help!!!