Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Daniel on Dec 24, 2009 02:15
open dhtmlx forum
dhtmlcombo

from samples
var z = new dhtmlXCombo("combo_zone5", "alfa5", 200);
z.enableFilteringMode(true, "php/complete.php", true, true);

how i can use aspx page instead of php (sample please)

Answer posted by Alex (support) on Dec 24, 2009 05:26

The combo package contains only php samples. Unfortunately we don't have the same sample for the .Net.

But there shouldn't be any difficulties with script creation. Please see details here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxcombo:filtering

If you need some ready solution, there is .Net connector for combo. The package can be downloaded here http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml (you can find combo samples in this package)