hello i have dvelope a asp.net web app its includes different pages.....contact us page have a form i work correctly on local system server (send fill up form to a email address) but can not work on online server my code is given bellow plzzz help me
aspx
<h1 class="caption">Contact Us</h1>
<table width="350px" style="height: 370px">
<tr>
<td><asp:Label ID="NameLable" runat="server">Name:</asp:Label></td>
<td><asp:TextBox ID="TextBox1" runat="server" Width="200"></asp:TextBox>
</td>
</tr>
<tr>
<td><asp:Label ID="EmailLabel" runat="server">E-mail:</asp:Label></td>
<td><asp:Tex ...
Go to the complete details ...