battleangela
Technical User
Hi
I am trying to write a script that uses a modal pop after a mouseover event that also displays information from a database.. I have gotten the mouse over event to work but the problem is the modalpop up. I can get the modalpop up to occuer but not search for information.
<asp:ModalUpdateProgress ID="ModalUpdateProgress1" DisplayAfter="0"
runat="server" BackgroundCssClass="modalBackground">
<ProgressTemplate>
<div class="modalPopup">
</div>
</ProgressTemplate>
</asp:ModalUpdateProgress>
Here is what I have for the modalpop up. Can someone please help me.
I am trying to write a script that uses a modal pop after a mouseover event that also displays information from a database.. I have gotten the mouse over event to work but the problem is the modalpop up. I can get the modalpop up to occuer but not search for information.
<asp:ModalUpdateProgress ID="ModalUpdateProgress1" DisplayAfter="0"
runat="server" BackgroundCssClass="modalBackground">
<ProgressTemplate>
<div class="modalPopup">
</div>
</ProgressTemplate>
</asp:ModalUpdateProgress>
Here is what I have for the modalpop up. Can someone please help me.