Currently I have an ASP.NET page where a certain ID should be entered. To help the user, I created a popup where the user can search for the ID by typing the name related to the ID. The search results present the names with the corresponding ID's.
What I want is that a search result (in the popup screen) is clickable. Onclick should close the popup window and fill the corresponding number into the textbox on the mainpage. Can someone help me with that?
Start Free Trial