I haveabutton thatallows the user toview the next pdf
document, thisbutton willposttheentirepage, becauseI can not
onlyrefreshthe pdf document.
I would takean UpdateProgress
withananimated gif
because thenextoperation/buttonmay take some time,but I can notview thegif
because thenext buttoninside theupdatepanelis flagged
asPostBackTriggerin order tobe able to makethe
totalrefreshthe
page.
Any suggestionson how
I canupdateonly the
controlthat makesthe displayof PDF?
R2
Member
96 Points
96 Posts
PDF document embedded and UpdateProgress
Feb 24, 2012 11:53 AM|LINK
I have a page that displays in addition to other data, a PDF document embedded in the page using the control PdfViewer.dll.
<cc1:ShowPdf ID="ShowPdf1" runat="server" BorderStyle="Solid" BorderWidth="1px" Height="400px" Width="840px" EnableViewState="true" Visible="true" />
I have a button that allows the user to view the next pdf document, this button will post the entire page, because I can not only refresh the pdf document.
I would take an UpdateProgress with an animated gif because the next operation/button may take some time, but I can not view the gif because the next button inside the updatepanel is flagged as PostBackTrigger in order to be able to make the total refresh the page.
Any suggestions on how I can update only the control that makes the display of PDF?
Thanks in advance!
Regards.
chetan.sarod...
All-Star
65709 Points
11133 Posts
Re: PDF document embedded and UpdateProgress
Feb 27, 2012 02:11 AM|LINK
Hi, Please refer this
http://vincexu.blogspot.in/2008/12/custom-autocomplete-4-build.html
http://davidhayden.com/blog/dave/archive/2007/11/30/ASPNETAJAXPageRequestManagerbeginRequestendRequestEventsUpdateProgress.aspx
http://www.mostlydevelopers.com/blog/post/2008/08/23/Show-UpdateProgress-when-using-an-UpdatePanel-with-Triggers.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.