Below is the Web Service that I'm using for the AutoCompleteExtender.
Basically, it runs the SQL SELECT statement to retrieve a list of items in a form of string array depending on the user's input.
Everything works fine, but the AutoCompleteExtender doesn't seem to show a vertical scroll bar.
I set CompletionSetCount = 20, but the list goes as far as the returned list (string array, in this case)
This obviously makes the webpage very, very, very long if user only types in the first character.
Am I missing something here?
Thanks.
Hi,
Please refer to these threads:
http://forums.asp.net/t/1113604.aspx
http://forums.asp.net/t/1126776.aspx
No comments:
Post a Comment