How to bind a collection to select control using Ajax
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, In my web page, i am retrieving data for select element using Ajax. My webservice return me a collection of values as Ilist. How to bind that collection to the select control, that DTO class has ID(bind to the value) and Name(bind to text). Please suggest me or give me some like to learn how to do this. Thank you
Know is Drop, Unknown is Ocean