Trying to build a proof of concept for my first web 2.0 ish application. I want to build a combo box like select interface that will allow a user to select a product from a list of 51,000+ items.
I am imagining a front end that will have a place to type in part of a name for a product and have a list of the the items be filtered as one type, ideally highlighting the part of the product name that matches what has been typed in to the box. What I think I need is a back end component that will incrementally deliver the list of products to the user interface as well as respond to input from the control to change the filter the over all list that is incrementally delivered to the interface. In more colorful language. I well understand how to send an entire loaf of data to something. How does one control this to send the loaf in small bites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323971 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

