views:

24

answers:

1

Is it possible to populate the AjaxControlToolkit ComboBox with jQuery using a webservice. I want to do this to get away with update panels containing large response data. With this I also want to get the selected data in code behind.

A: 

This is not possible because AjaxControl Toolkit creates separate HTML elements to generate the list options

geocine