Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
WebCombo XMLHTTP - Scalable
posted

Hi,

I have a webcombo which binds to a datatable using the datasouceid property.

This works great and the typeahead suggest works great as well.

The problem is that on the server, the call to populate the datatable is pretty heavy.  So I assume, each time a user types something, there is a round trip to the server, my heavy call populates the datatable, your control then selects what is needs from the datatable and that is passed back to the control on the web form.  For my senario, this is not very practical.

Is there any way to avoid these heavy round trips without having to hand code the whole thing in js?

 Thanks for the help

Zack

 

 

Parents Reply Children
No Data