Hello, I'm new to the toolkit and I'm looking for ideas to accomplish a somewhat trivial goal.
What I want is to show a panel in modal form base on the item chosen on a list.
Imagine a list of employees and you want that when the user clicks on one of them a modal window comes up and allows the user to edit the chosen employee's data.
the problem is that the ModalPopupExtender has room just for a single TargetControlID.
Does anyone know a way to accomplish this?
TIA