Categories | Question details Back To List | ||
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 |