G
Guest
I want to be able to put into the body of an email, the entire contents of a
aspx page....with form fields filled out
I know I could go through and get the values of all of the textboxes, radio
button lists, etc, and format the body of my email, but it would be very
convenient if I could just have the email contain exactly what the page looks
like because the page is quite large.
I've tried to do a Page.RenderControl(htmlTextWriter); ...this does acutally
work, and I can get the page's rendered HTML into a StringBuilder variable,
but when the page posts back I get a "Page can only have one form runat
server....error.
So can this be done??
Thanks in advance!
John Scott.
aspx page....with form fields filled out
I know I could go through and get the values of all of the textboxes, radio
button lists, etc, and format the body of my email, but it would be very
convenient if I could just have the email contain exactly what the page looks
like because the page is quite large.
I've tried to do a Page.RenderControl(htmlTextWriter); ...this does acutally
work, and I can get the page's rendered HTML into a StringBuilder variable,
but when the page posts back I get a "Page can only have one form runat
server....error.
So can this be done??
Thanks in advance!
John Scott.