Combo box with special functionality
I have combo box control in a windows application. I want the combo box to behave like: as you type some text or search string, it will automatically display dropdown list with matched string or text. I've searched in internet. It can be done by AJAX Control Toolkit. But it is available for visual studio 2008. I'm using visual studio 2005.
How can I be able to solve this problem?
Shomen DebPosted Nov 19, 2008, 6:49 AM
vishal pawarPosted Nov 19, 2008, 2:12 AM
Hi,
Even though you are using Visual Studio 2005 you can still work with AJAX Control toolkit. The process is to download the control toolkit dll from ASP.Net AJAX site and simply register it to get the controls on the control toolbox in IDE. Let me know if you need any additional information.
Regards,
Vishal Pawar