hi,
I am trying to implement an autocomplete feature for my website. The basic idea is that I want to look for customer information based on their CustomerID number (primary key). So what I would like is that autocomplete should start making suggestion when I start typing in the CustomerID number into the textbox.
I am using Visual Studio 2005 as the developing environment
Thanks
I am trying to implement an autocomplete feature for my website. The basic idea is that I want to look for customer information based on their CustomerID number (primary key). So what I would like is that autocomplete should start making suggestion when I start typing in the CustomerID number into the textbox.
I am using Visual Studio 2005 as the developing environment
Thanks
Comment