Get a WebForm's html from within (server-side)

  • Thread starter Thread starter Brad Mann
  • Start date Start date
B

Brad Mann

I have a need to get the html (in the form of a string) for a rendered
webform so that it can be used in the body of an e-mail. How is this done?

The code will be executed from a server control within the page.

Thanks,
Brad
 
Thanks for the info, but it is not quite what I needed. Sorry about the lack
of detail in my posting.

I want to get the html for the same page that creates the e-mail.

So, I have a WebForm with all kinds of useful information, as well as a
button. The button will be clicked to create an e-mail with the page's (the
same page as the button) rendered html in the e-mail's body.

How is this done?

Thanks again,
Brad
 
Back
Top