I have a .aspx page that displays a full year view i.e. 12 calendars with
days rendered from the database.
I have to allow two options :
a. To print (finally got it to print on one A4 page)
b. To e-mail a copy as an ATTACHMENT.
The spec's I have been given is very simple:
A. I have to use .net web.mail namespace as there is no budget for 3rd part
controls.
B. The calendar page must be an attachment and NOT embedded into the email.
C. The user must be able to save the page to his/her file system to be able
to use it off line.
I am stuck here, I have thought of simply storing the file (html) server
side and attaching it, or doing a screen scrap then sending it.
I was hoping there where some awesome trick some of you knew that would help
me with this as the dead line (Wednesday) is looming and I have a lot of
incomplete features to deliver.