Registration Form .aspx file <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Registration.aspx.cs" Inherits="ContractorManagement.Registration" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link href="../css/Controls.css" rel="stylesheet" /> <style type="text/css"> .buttonClass { padding: 2px 20px; text-decoration: none; border: solid 1px #336699; background-color: gainsboro; color: black; font-family: Calibri, sans-serif; } </style> <link href="Site.cs...