Using with asp.net

How load data in the combo with asp.net.

do you have same samples?



Thank you in advance.

Mauro

You can use the same approach as with PHP scripts

combo.loadXML(“some.aspx”);

where some.aspx - script which will connect to DB , fetch necessary data and output it as XML