I have a <div> element which has 4 labels and 4 textboxes. On a button click i want to repopulate this div again with 4 labels and 4 textboxes. No matter how many times i click the button, that many times I need this div to repopulate. I want to collect
all the data stored in these textboxes. How can I do this?
Go to the complete details ...