How to fill drop down list with web service in asp.net?
I want to fill the drop down list with countries along with currency fetching from external web service. How can i bind it to drop down in asp.net. countries and currency coming from external web service.I want to bind dynamically.
Thanks in advance.