how to bind value to select element using Ajax
-
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
-
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
Any IEnumerable is a valid data source. Are you using AJAX, or just using the MS AJAX library ? What issue do you have that's specific to AJAX ? If you're writing AJAX, you need to send your data as XML
Christian Graus Driven to the arms of OSX by Vista.
-
Any IEnumerable is a valid data source. Are you using AJAX, or just using the MS AJAX library ? What issue do you have that's specific to AJAX ? If you're writing AJAX, you need to send your data as XML
Christian Graus Driven to the arms of OSX by Vista.
Hi, Thank you very much for your suggestion. I am using AJAX, please give me a link to learn this binding.
Know is Drop, Unknown is Ocean