User1823070883 posted
Hi all,
What I am doing is implementing a server control which inherits ScriptControl so that I can attach jQuery to the assembly.
I am implmenting a Notifications Control so that it checks against the database and see if there are any notifications to be displayed. If there are it will display a Modal Popup using jQuery.
The problem I am having is if there are more than one notifications to be displayed it renders all the notification panels on the page but I want it to display the first in the for loop, then once that has been dealt with, go onto the next
and display that one.
Can you suggest the best way to display a series of modal popups?
Thanks,
Mark