I am using ASP.NET, C# and iTextSharp for creating a PDF. Then I am using this code for transmitting the file.
Response.TransmitFile(filename);
So I want to display a dialog box which will request the user whether to open/save/cancel when they click on the generate button.
Thanks.