Z
z f
hi, tough one? for me it is currently.
i have a user control that contains other controls like text boxes.
in the client i need to dynamically add the user control using DHTML.
i achive this by having the control hidden and grabbing it's innerHTML to a
new container in the HTML.
i also change controls ID suffix in order to be able to track added controls
like in old HTML.
for example txt_name_x_ becomes txt_name_1_.
now i need to instanciate the container control in the server after submit.
can this be done? without me having to get all the HTML submited internal
contained inputs of the control.
TIA!
i have a user control that contains other controls like text boxes.
in the client i need to dynamically add the user control using DHTML.
i achive this by having the control hidden and grabbing it's innerHTML to a
new container in the HTML.
i also change controls ID suffix in order to be able to track added controls
like in old HTML.
for example txt_name_x_ becomes txt_name_1_.
now i need to instanciate the container control in the server after submit.
can this be done? without me having to get all the HTML submited internal
contained inputs of the control.
TIA!