After generating texboxes dynamically as shown in my previous artical(ClickHere to see) it is the time to retrive values of textboxes entered by the user .
In .aspx Page
In continuation of my previous artical (ClickHere to see) add following html code in your page
<asp:Button runat="server" ID="btnGetValues" Text="GetValues" OnClick="btnGetValues_Click" />
In .aspx Page
In continuation of my previous artical (ClickHere to see) add following html code in your page
<asp:Button runat="server" ID="btnGetValues" Text="GetValues" OnClick="btnGetValues_Click" />