D
David Lozzi
Howdy,
I have a little email script in asp.net 2.0 that simply receives the
request.form from an HTML form and sends the email then sends them to a
thank you page. Works great. However, is there a way to point the form to
the DLL for the file instead of the aspx page? The aspx page is pretty much
pointless since all of the script is in the compiled code behind. If I can't
point it to the DLL, is there any other way to do this? If I have to point
it to the aspx page, I guess I will....
Thanks
David Lozzi
I have a little email script in asp.net 2.0 that simply receives the
request.form from an HTML form and sends the email then sends them to a
thank you page. Works great. However, is there a way to point the form to
the DLL for the file instead of the aspx page? The aspx page is pretty much
pointless since all of the script is in the compiled code behind. If I can't
point it to the DLL, is there any other way to do this? If I have to point
it to the aspx page, I guess I will....
Thanks
David Lozzi