The basic contact form you would create would only have a text box for comments. However, you could also have a dropdownlist for the user to choose a subject, etc. The last thing you would need is a button, which, in it’s click event will have the code necessary to send the email. The first […]
The post Contact Form in ASP.net appeared first on All Things DotNet.