tshad
2006-05-18 02:58:44 PM

Is there a way to read the current Asp.net page where I may have built some
statistics and displayed it on the screen in a Datagrid, and take the table
(datagrid) and put it into an email and send it from that page?

I would also like to read part of a page and print it directly to the
printer.

Thanks,

Tom


 

Re: taking a table out of a page and emailing it

Karl Seguin [MVP]
2006-05-18 08:15:00 PM

If you move the logic to a user control, it's a pretty simple thing to do:
openmymind.net/FAQ.aspx

Karl

--
www.openmymind.net/



"tshad" <tfs@dslextreme.com>wrote in message
news:eF2IqikeGHA.1320@TK2MSFTNGP04.phx.gbl...
>Is there a way to read the current Asp.net page where I may have built
>some
>statistics and displayed it on the screen in a Datagrid, and take the
>table
>(datagrid) and put it into an email and send it from that page?
>
>I would also like to read part of a page and print it directly to the
>printer.
>
>Thanks,
>
>Tom
>
>


 



Re: taking a table out of a page and emailing it

tshad
2006-05-19 11:21:00 PM

"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net>wrote in message news:e3U%23HTneGHA.2172@TK2MSFTNGP04.phx.gbl...
>If you move the logic to a user control, it's a pretty simple thing to do:
>openmymind.net/FAQ.aspx

Not quite sure if that would do what I am trying to do or not.

There was a way to do this I found a long time ago that allowed me to grab
part of my page and put it into my email to send out, but I can't seem to
find that anymore.

Thanks,

Tom
>
>Karl
>
>--
>www.openmymind.net/
>
>
>
>"tshad" <tfs@dslextreme.com>wrote in message
>news:eF2IqikeGHA.1320@TK2MSFTNGP04.phx.gbl...
>>Is there a way to read the current Asp.net page where I may have built
>>some
>>statistics and displayed it on the screen in a Datagrid, and take the
>>table
>>(datagrid) and put it into an email and send it from that page?
>>
>>I would also like to read part of a page and print it directly to the
>>printer.
>>
>>Thanks,
>>
>>Tom
>>
>>
>
>