Possible to send entire web page and content to clipboard in webproject?

  • Thread starter Thread starter Ty
  • Start date Start date
T

Ty

I have a Web site project in VS 2008 vb.net. What I'm trying to do is
send a page by email via a button click.

I have tried to use this as an example. http://www.systemnetmail.com/faq/4.8.aspx

While this did allow me to send a page by email the problem is that
this site is an authenticated site so the page sent was the log in
page.

So that leads me to this question. Is there a way to invoke copy and
past of an entire page through code?

Thanks,
Ty
 
Back
Top