G
Guest
Hi There..
I have dynamically created some textbox and checkbox controls by adding them
to a panel. Now I would like to get the values out.
I have created a
for each loop that I can see the controls Unique ID with. But I for the
life of me can't figure out how to see the value the control is storing.
Could somebody please help me. I'm thinking that I might need to use
something like "findcontrol", but this wouldn't make sense to me.
This is what I would ideally like.
for each xcontrol in xPanels.controls
response.write me(xControl).Value
Next
But this doesn't seem to work.
Many Thanks for some help.
Kez.
I have dynamically created some textbox and checkbox controls by adding them
to a panel. Now I would like to get the values out.
I have created a
for each loop that I can see the controls Unique ID with. But I for the
life of me can't figure out how to see the value the control is storing.
Could somebody please help me. I'm thinking that I might need to use
something like "findcontrol", but this wouldn't make sense to me.
This is what I would ideally like.
for each xcontrol in xPanels.controls
response.write me(xControl).Value
Next
But this doesn't seem to work.
Many Thanks for some help.
Kez.