<div id="container">
<div id="answerdiv 1">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</div>
</div>
<asp:Button ID="Button1" runat="server" Text="Add" />
<asp:Button ID="Button2" runat="server" Text="Delete" />
how do i code in jquery to dynamically add new page when i click add and those element that i have highlighted in yellow also delete page when i click delete along with those element that i have highlighted in yellow. please help anyone..