Hi all,
I didn't copy, paste the codes and all the properties of the button is it's default.
I have a table like below:
aspx:
<asp:Table ID="contactTable" runat="server" CellPadding="5" GridLines="None" HorizontalAlign="Left">
<asp:TableRow>
<asp:TableCell Style="width: 50%">
<div class="divContact">
<asp:Label ID="lbltitle" runat="server" class="cuTitle">Leave us a message...</asp:Label>
<asp:Label ID="LblName" runat="server" class="culbl">Name: </asp:Label>
<asp:TextBox ID="TxtName" runat="server" class="cutxt" placeholder="John Smith" required="re ...
Go to the complete details ...