Re: Saving aspx to file or other solution
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: 7 May 2007 23:47:51 -0700
On May 8, 8:22 am, ziros <z...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
We have a need, after a user fill out a form, to save that page (aspx)
and to send it as attachment by email , and to save it to a database for later
retrieval [the user will not be able to change nothing on page after submit]
any ideas how to save the aspx with user data to file ? maybe image ?
TIA
Attachments...
http://www.google.com/search?hl=en&q=asp.net+email+attachment
But are you sure that you need to have an attachment? A form can be
sent as a plain text message, in this case (depends on your need) it
can be saved as a text in the database, or in a "table" format (each
form field = a column in a table).
.
- Prev by Date: Good articles/webcasts on ASP.Net and Portal for testers
- Next by Date: Re: how to check if i am at localhost in global.asax
- Previous by thread: Good articles/webcasts on ASP.Net and Portal for testers
- Next by thread: Re: Saving aspx to file or other solution
- Index(es):
Relevant Pages
|
Loading