reuse of mvc view
Posted
by user344394
on Stack Overflow
See other posts from Stack Overflow
or by user344394
Published on 2010-05-18T19:45:41Z
Indexed on
2010/05/18
19:50 UTC
Read the original article
Hit count: 231
asp.net-mvc
I'm working on the MVC app where I've to generate the report in the form of HTML page. If the user click the print icon, I've to show the HTML page to user. If the user click on email icon, I've to send email with same HTML page attachment. I'm trying to find a way where I can use the same code to generate the HTML in both cases of email and print. Please provide your suggestions.
© Stack Overflow or respective owner