Kipnic Contact Form

This is an easy to use addon for your ajax.net enabled asp.net 2.0 webpage. It will allow you to add a configurable contact form quick and easy.

Installation instructions

  • Download the latest source code here. Add the control and the code behind to your Controls folder. Remember to add the pictures to the ~pics/ folder, the javascript to scripts/utils.js and the css file to css/kipnic.css (you'll need to link to the css file aswell).
  • Register the control at the aspx page where you want the contact form, you can use this code:
  • Copy the code below and paste it into the aspx page where you want the contact form. Change the email and smtp attributes to the email you want to recieve all the contacts made from this form. For smtp you write the smtp server you use to send emails, this is usually "localhost".
  • Add this code to the Page_Load of the aspx page where you want the contact form:

    if (IsPostBack)
    {
     Page.Validate();
     if (Page.IsValid)
     {
      ScriptManager.RegisterStartupScript(this, this.GetType(),
       "hideEmailForm", "closeForm('true')", true);
      }
    }

  • Build your project and upload the files to your webserver. Now your Kipnic Contact Form should work fine. If you have any questions, please use our contact form to reach us.

Any donations for using this product is greatly appriciated!
Make a donation