Click here to Skip to main content
15,915,160 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have a aspx page with flash in my website, I have to open a popup window on button click for this I have don this code.
ASP.NET
<asp:LinkButton ID="LinkButton1" runat="server">Calender Training
          <asp:ModalPopupExtender ID="LinkButton1_ModalPopupExtender" runat="server"
              DynamicServicePath="" Enabled="True" TargetControlID="LinkButton1" PopupControlID="PopUp" CancelControlID="btn_closePopup">

This code is working on an other page without flash, but not with flash.

Please reply.
Posted
Updated 25-Dec-11 21:06pm
v2
Comments
Al Moje 26-Dec-11 3:38am    
Hi,
TargetControlID="LinkButton1"
Why target itself...
I think you must to create an asp:Panel to display such modal popup...

1 solution

Hi try this URL..............................http://www.flashadvisor.com/forum/threads/348-flash-images-and-html[^]
 
Share this answer
 
Comments
Umashankar Yadav 26-Dec-11 3:47am    
TargetControlID="LinkButton1" is use for open popup and the panel id is..
PopupControlID="PopUp" * PopUp is a panel...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900