hi,
I want to have autocompete feature in our web site.
What I'm curious are:
(i) How (or Where) do I define my own style of drop-down box?
I mean, how do I define the size, styles and fonts of the box?
(ii) How do I express the suggestions in the drop-down box,
IF I have multiple sources of data for suggestion?
I want to provide conventional ways,
that is, the list of words beginning with characters input by the user.
I also want to provide list of synonims in the lower part within the box.
(iii) Do I have to code in separate Javascript?
Or can I just code in
VB.NET or C# together with AJAX controls, like AutoCompleteExtender?
Your tips will be much appreciated!!
hk