N
Nestor
Hello,
I have a usercontrol to load dynamically into a webform. In the usercontrol
there is a textbox. I need to load 2 instants of the same usercontrol into
the form.
When a command button, which resides on the form container, is clicked. The
text content in the two different instants of the user control should be
retrieved...
Loading the form into the webform seems ok, but when i click on the button,
I get this error
Multiple controls with the same ID '(id of the control)' were found.
FindControl requires that controls have unique IDs.
How do I get around this?
thanks.
Nestor.
I have a usercontrol to load dynamically into a webform. In the usercontrol
there is a textbox. I need to load 2 instants of the same usercontrol into
the form.
When a command button, which resides on the form container, is clicked. The
text content in the two different instants of the user control should be
retrieved...
Loading the form into the webform seems ok, but when i click on the button,
I get this error
Multiple controls with the same ID '(id of the control)' were found.
FindControl requires that controls have unique IDs.
How do I get around this?
thanks.
Nestor.