can i send aspx page as mail body?
hi i am using dot net 2003 with oracle 10g as backend. my requirement is i need to send aspx page as mail body. please suggest me how to do.
# 1 Re: can i send aspx page as mail body?
Write it in HTML?
Seriously, ASP like php, and perl are programming languages. In order for them to run, you have to have an interpreter to take the code and interpret it into HTML. So unless you want to install IIS on everyone's computer you send this e-mail to, what you are asking is impossible.
# 2 Re: can i send aspx page as mail body?
You can actually use the RenderControl method the page class to get the HTML and then use that HTML in your email body.