I have an application that is made up of 10+ related ascx files that we use to display our data on the users browser using the Html.RenderPartial helper.
I need to email the data that is a duplicate of what is on screen. I would like to be able to get the generated html without having to do a screen scrape.
Are there any suggestions as to how to do this? I'm just trying to keep from duplicating the work.