I have an aspx page with some information on it like it follows :
In the upper page i have two images
In the left part and in the middle i have one image and an asp:panel containing some text information static text and asp:label text stored from session.
Under the panel i have a print button that work ok and print the entire page.
I want near the print button to have a Save Page button to store and save the page on the disk with *.doc format or another format , i want to keep tracking this saved pages to see the information some other time.
And how to set a default folder to store the page as doc file inside the application? So when the save as prompt dialog appears with the default folder not to select the prom inside the PC location, if that is possible.
So i wait for a reply,
Thank you.