Hello,
I am making a calendar form manually. I have 37 checkbox's inside a form and would like to change the text inside of them programmaticly but I don't know how to loop through the controls on the form.
All of the controls on the form are runnat='server" to include the checkbox's.
I think I need some thing like this:
for each something in myformname
i += 1
(checkboxname & i).Text = i
Next
I am sure the syntax on that statement is wrong.
Can someone help me with this please?
thx,
Whatever
Start Free Trial