T
Tee
Hi,
I have 3 Button, Button1, Button2, and Button3.
I have a variable i which will have the value of 1, 2, or 3.
then I need to code like this
(Button & i).visible = false
Anyone know how to do it ?
in ASP.NET, I can use findcontrol("button" & i).visible = false, but in
VB.NET, is there a function like findcontrol ?
Please help.
thanks,
Tee
I have 3 Button, Button1, Button2, and Button3.
I have a variable i which will have the value of 1, 2, or 3.
then I need to code like this
(Button & i).visible = false
Anyone know how to do it ?
in ASP.NET, I can use findcontrol("button" & i).visible = false, but in
VB.NET, is there a function like findcontrol ?
Please help.
thanks,
Tee