G
Guest
I am trying to figure out if this is possible and how as I have burnt my
brain out today.
I have an application that submits data to a SQL database and an email is
generated for notifications on a portion of that data. I would like to create
a web page that I can reference as a variable sorta like this
using namespace.templates;
Notification notEmail = new Notification();
the based on however I need to submit my data be able to take notEmail and
translate to the HTMl and submit to the notification table this html in a
text field.
Then later my email process can process the text into and HTML email and
send it to the proper parties.
My issue is how to get the html by using the page template from and ASP.NET
project on submit.
Hope that makes sense.
Thanks in advance.
brain out today.
I have an application that submits data to a SQL database and an email is
generated for notifications on a portion of that data. I would like to create
a web page that I can reference as a variable sorta like this
using namespace.templates;
Notification notEmail = new Notification();
the based on however I need to submit my data be able to take notEmail and
translate to the HTMl and submit to the notification table this html in a
text field.
Then later my email process can process the text into and HTML email and
send it to the proper parties.
My issue is how to get the html by using the page template from and ASP.NET
project on submit.
Hope that makes sense.
Thanks in advance.