I have 5 links that are on the same form but I would like them all to reference the same AJAX modal popup extender. I am basically showing a panel with the same view layout with just different data depending on which link is pressed, showing different match scores from games.
The only way I can get it to work is have 5 panels with unique names where each link references its own panel.
Can I make all the links call the same panel?
Thanks.