B
Brian
I have a page that contains an asp:LinkButton. The purpose of this button
is to allow the user to send the current page as an email. My "plan" was
to, in the click event handler of the LinkButton, store the html source for
the current page in the viewstate and take the user to another page where
they can type in the email address they would like the page sent to. I
guess my question is:
1) Is this the best way to do it?
2) How in the world do I access the HTML for the current page from code
behind?
TIA
Brian
is to allow the user to send the current page as an email. My "plan" was
to, in the click event handler of the LinkButton, store the html source for
the current page in the viewstate and take the user to another page where
they can type in the email address they would like the page sent to. I
guess my question is:
1) Is this the best way to do it?
2) How in the world do I access the HTML for the current page from code
behind?
TIA
Brian