Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modal Pop with Database information

Status
Not open for further replies.

battleangela

Technical User
May 25, 2007
11
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top