I am using AutoCompleteExtender to populated data when TextBox text is changed. Currently I am displaying an Image and some other Information and everything is working fine.
The Problem:
I wanted to display an Image, some text and a Button during text changed where I click any of them separately to see more info about it. Like if I mouse over on the Image it should zoom the Image and If I Click on a button the request is send to the user and a button text should changed to "Request Sent".
I want to handle each control inside AutoCompleteExtender separately or If there anything else is available to achieve this, please suggest.