I'm working on a project where a page dynamically creates a .pdf file. I would like users to have the option to right-click the link, and "Save As." While the saving works as expected, the default text in the save dialog is "pdfMaker.aspx.cs" and must be changed to "xxxx.pdf" by the user.
Is there a way to push a default file name and extension to the user along with the file? I'd like the text in the save dialog to read something like "somePdfName.pdf" by default.