Here I have a table in Master Page
table border="1" border-style="dashed" width="80%" id="tblAddBirthdays" tr id="tr" td asp:TextBox ID="txFirstName" runat="server" asp:TextBox asp:TextBox ID ="txLastName" runat="server" asp:DropDownList ID="dlMonth" runat="server" asp:DropDownList ID="dlDate" runat="server" asp:DropDownList ID="dlYear" runat="server" asp:DropDownList ID="dlAgeRange" runat="server" asp:DropDownList ID="dlRelationship" runat="server" asp:DropDownList ID="dlGender" runat="server" And Link Buttons asp:LinkButton ID="lnkLess" runat="server" Text="(<<)Less "
OnClientClick="JavaScript: return false;" /> >)" OnClientClick="jQuery:add()" />
Now I want to add rows to table by clicking on link button using Jquery Dynamically Asp.net Master Page , i am trying from two days not getting it , can any body help me..