How to give a value to a dynamic textbox

b_boboci

New member
Joined
Jul 12, 2008
Messages
2
Programming Experience
1-3
I have a dynamic combobox,
on Combobox.SelectedIndexChanged I want to give a value to a dynamic textbox, txtExample="aaaa"?
Any idea?
Thanks
 
Use the variable reference if you kept it or look up the control by Name in the Controls collection you added it to.
 
Back
Top