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
165
Auto-Complete Sample Project Needed
posted

Hi All,

I really need some help here. I am a Infragistic newbie and am attempting to mimick the Ajax Toolkit TextBox autocomplete with the WebDropDown (WDD) control. I essentially need to display user names, and capture user_id upon selection, so I thought the WDD would be perfect.

The issue for me is that currently my db holds 170,000 records and it will grow. With the AJAX toolkit auto-complete extender I am able to retrieve records fairly quickly using a prefix, but I then lose the user_id.

I studied the sample at http://samples.infragistics.com/2010.1/WebFeatureBrowser/Default.aspx but there are so many client and server side properties, I don't find that sample helpful. 

I also looked at http://community.infragistics.com/forums/t/25626.aspx?PageIndex=2 but I am just getting more confused since there are no complete samples

I would really like a complete sample project where records are retrieved from a SS db  and bound to the WDD, and as one can types in the WDD, records are returned according to the prefix int the WDD text box. I like to use ObjectDataSources but can easily use a datatable or follow a sample

Thank you in advance for any help,

Frank