Hi All,
I am trying to customize rendering of AutoCompleteextender.I have managed to get the required output structure by overloading OnClientShowing JS function.
I have added two hyperlink buttons on each output row. How do I handle client clicks on these hyperllink controls?Can I prevent the click from going to OnClientItemSelected()?