Hi
So I have continued added more and more Ajax to the site.
Now I have added Auto Suggest Box to the site. The search box on the left has
been made into an auto suggest box. Although the numbers of words at present
are not very high but with the word manager ready it should be a matter of time
when I will have many words to the auto Suggest in the search box.
Adding Auto suggest box using Atlas (Microsoft ASP.NET Ajax
extension) was very easy. You need a web service (returning the list of words),
the autocompleteextender to show the panel and a text box. The webservice is
required to return an array list.
The code to use the autocompleteextender is very simple
<Atlas:autocompleteextender
id="AutoCompleteExtender1" runat="server">