Rank: Newbie Groups: Member
Joined: 6/29/2011 Posts: 3
|
Hi, people:
Well, I have an application that implements ASPXtoPDF in order to send the page by e-mail to the user, as well, it seems on screen, but the troubble is when I don't wanna see the window that says "Open, Save, Cancel", cause already the App has sent the document to client by e-mail, therefore I set property Cancel to True, but it doesn't make a difference.
Can somebody suggest me anything please.
I give you an example:
protected void ASPXtoPDF_AfterRender(object sender, CancelEventArgs e) { e.Cancel = true;
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is a bug. We will fix it and provide an update build to you as soon as possible.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|