<title> webdesign . knash . uk
</title>
<style>
body { font-family : courier; text-align : center; }
</style>
<script>
function thankyou() {alert("Thank you for your interest")}
</script>
<h1>I have skills in creating the following</h1>
<h2>Please choose what you need</h2>
<asp:CheckBoxList runat="server" ID="cblChoose">
<asp:ListItem> Website </asp:ListItem>
<asp:ListItem> Database </asp:ListItem>
<asp:ListItem> Custom Designed Site </asp:ListItem>
<asp:ListItem> Integration With Other Services via API </asp:ListItem>
</asp:CheckBoxList>
<p>Details :
<asp:TextBox runat="server" ID="tbDetails" TextMode="MultiLine" /></p>
<p> Please enter your details below :
</p>
<p>Name :
<asp:TextBox runat="server" ID="tbName" /></p>
<p>Email :
<asp:TextBox runat="server" ID="tbEmailAddress" /></p>
<p><asp:Button runat="server" ID="btnSend" Text="Send" OnClick="btnSend_Click" /></p>