How to create a contact form in ASP.Net 2.0 Here is a complete Step by Step example of creating a contact form for use in ASP.Net 2.0. Create the model First create a model in the Models folder called contact.cs. This model uses data annotation to validate the fields in the model. For example the […]
Category: Email Issues
How to set up your contact form SMTP when using a 3rd party email server
For most small website owners, the email service is hosted by the same provider as the website service. You sign up for hosting, and email service comes as a bonus. But sometimes there is a need to separate these services. Perhaps you need to send more emails than your web host sending policy allows. Let’s […]