Hi folks, what is the correct syntax here code below;
<input ID="txtContactNo" runat="server" class="form-control input-lg" placeholder="Contact number" required="required"/>
<asp:TextBox ID="txtContactNo" runat="server" type="text" placeholder="Contact number" class="input-large"></asp:TextBox>
Go to the complete details ...