Posted on: 9/10/2015 4:22:45 PM | Views : 755

Hi everyone. I am trying to figure out this problem for about 2 days. In default page of my website (it is a content page of a masterpage) there is a registration form and a linkbutton inside it. When its get clicked, and in codebehind, values of textboxes are shown as empty. I got stuck by this problem. Help me please.
My aspx code
<span class="lblRegister " id="spnEmail"> <asp:Label ID="lblEmail" runat="server" meta:resourcekey="lblEmail"></asp:Label> </span> <asp:TextBox id="tbxEmail" meta:resourcekey="tbxEmail" runat="server" CssClass="form-control"/> <asp:RequiredFieldValidator ID="rfvtbxEmail" ...

Go to the complete details ...