Y
Yuriy
I have a .NET server button on a form. When the user
clicks it, I'd like to (behind the scenes) create a pdf
file containing the data that they're currently viewing,
then somehow activate the "Do you want to download or
save this file?" dialog.
The pdf file I'm already creating. That's no big deal.
But now, how do I make this newly-created file available
for the user to download? Can I activate that dialog
somehow? I'd like to do this in one single click of
this .NET button (System.Web.UI.WebControls.Button).
Thanks.
clicks it, I'd like to (behind the scenes) create a pdf
file containing the data that they're currently viewing,
then somehow activate the "Do you want to download or
save this file?" dialog.
The pdf file I'm already creating. That's no big deal.
But now, how do I make this newly-created file available
for the user to download? Can I activate that dialog
somehow? I'd like to do this in one single click of
this .NET button (System.Web.UI.WebControls.Button).
Thanks.