thanks for your reply, but I was referring to the feature that when you type something into the box, the box requests a pagemethod instead of a web service.
But your code is certainly useful (client side API). I am thinking maybe we can handle the OnClientItemsRequesting event: issue set_cancel(true) + call the page method in this handler. Then use your code to add items to the combo box...