Click here to Skip to main content
15,746,302 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using crystalReports and UpdatePanel in visual studio 2008. Crystal Report is working fine. But when i put the crystal report into an updatePanel its, print button does not work. So I put trigger event of crystal report.

ASP.NET
    <Triggers>
 <asp:PostBackTrigger ControlID="CrystalReportViewer1"/>
</Triggers>


But also it doesn't work

Updating:-
CrystalRerprotViewer is placed inside popup modle (JQuary)
Posted
Updated 25-Jun-12 8:22am
v2

1 solution

 
Share this answer
 
Comments
Ahmed_Mostafa_Mahmoud 25-Jun-12 14:21pm    
Thank you very much, my problem thems to be another thing.
Where my CrystalRerprotViewer is placed inside popup modle (JQuary) and i think thats the problem, but i still can't solve it :(

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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