Click to See Complete Forum and Search --> : Contact form that e-mails the data...


benopeth
10-16-2008, 06:47 AM
In the coming days, I am planning to create a contact form for my website.

I am going to be using ASP.NET 2.0 and wish to create a form that when submitted, sends the form data to my e-mail address.

I haven't used ASP.NET 2.0 for a short while so I was wondering if anyone has done this before and can tell me what code essentials I need (server controls, etc), what I should be aware of and how complex the required code might be.

Thanks!

starheartbeam
10-16-2008, 10:47 AM
I dont know how it is in ASP.NET but I just did that very thing with JSP and JavaMail. It was really really easy to do. Took me no time at all and I have not been doing this for very long.

Good Luck and if there is anyway that I can try and help just let me know.