J
Jay
If I have 10 imagebuttons on a form (imagebutton1, imagebutton2,
imagebutton3, etc.) in asp.net and I want to loop through each one and set
their imageurl in a loop how can this be done.
Something like :
dim i as int16
for i = 1 to 10
imagebutton(i).imageurl="whatever.jpg"
next
The code above does not work... is it possible to do this?
Thanks.
imagebutton3, etc.) in asp.net and I want to loop through each one and set
their imageurl in a loop how can this be done.
Something like :
dim i as int16
for i = 1 to 10
imagebutton(i).imageurl="whatever.jpg"
next
The code above does not work... is it possible to do this?
Thanks.