Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mauro on Jun 07, 2009 07:30
open dhtmlx forum
Using with asp.net

How load data in the combo with asp.net.
do you have same samples?

Thank you in advance.
Mauro
Answer posted by Support on Jun 08, 2009 01:50
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