In my ASP.NET web forms application, I am in need of a modal popup that can present users with a preview of images based on their search criteria. For example, if they search for "dog," the popup should display all dog-related pictures. The search results shouldn't be too lengthy, but the popup must allow scrolling if needed. Additionally, I need to record which image the user selects and transmit that information back to the original page.
After exploring various options, I am facing difficulty in choosing the most suitable one. Do you have any suggestions?