Hi,
Thanks alot for the reply,
I moved the TextBox outside the UpdatePanel, and it solved all the problems i had :-)
(the set focus problem , and the completion list now isn't displayed upon every async postback, even though TextChanged event didn't occur...)
anyway Im interested to know what is the best solution if i want that the event of selecting an item from complition list (AutoCompleteExtender)
will generate an asyn postback?
As far as I know , add an UpdatePanel and add the TextBox to the triggers collection.
this solution is not optimal because im not interested in rerendering content.
(my custom server control, inherited from CompositeControls is composed of a TextBox , UpdatePanel and an AutoCompleteExtender).
Any Idea?
Thanks,
Tal88