I have 5 links that open the same modalpopup?
Posted
by JPJedi
on Stack Overflow
See other posts from Stack Overflow
or by JPJedi
Published on 2010-03-22T14:26:29Z
Indexed on
2010/03/22
14:41 UTC
Read the original article
Hit count: 487
I have 5 links that are on the same form but I would like them all to reference the same AJAX modalpopup 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 and each link references its own panel.
Can I get all the links to call one panel?
Thanks
© Stack Overflow or respective owner