I 'm newer in development .NET
I create a label dynamically in javascript. After pressing a button that is created on the page.
<label name="lblPerson1" id="lblPerson1" runat="server">Person:</label>
After that I want to capture this label in server side.
Somebody help me!
EDIT:
what I want is to be able to create a set of labels and input when you click a button. (on the client side) Then when you click in another button to change the text of the labels (on the server side) It is possibel?