Hi,
In my aspx page,when a user clicks on a Location "LinkButton", a new textbox should be dynamically added in the page.User can add a maximum of 10 textboxes. Also, user can navigate to another page B from this page A.When he comes back to page A, all his textboxes should be persisted. How do I achieve this functionality?
Thanks.