Hi,
I have an interesting question. I am using Ajax Control toolkit's AutoComplete extender on a textbox.
I get choices from database dynamically and when the choices are more than ten have substituted the tenth choice as "More.." so that users know that there are more than ten choices.
The problem is when someone accidentally clicked "More..." as his choice ( I guess he is not so smart) I do not want the Textbox to show "More...".
I want to intercept the selection from firing when "More..." is clicked. I want the event to do nothing.
Can you show me how to do this?
Go to the complete details ...