Hi!
Are there any equivalents of the VB Do..While or For..Next functions?
Let's say I have a var holding a value of 10 (can be any other numeric value). I have to dynamically create that number of textboxes, each having a name from 'txtNo0' to 'txtNo10'. Is there any way of doing that?
Thanks a lot!
Are there any equivalents of the VB Do..While or For..Next functions?
Let's say I have a var holding a value of 10 (can be any other numeric value). I have to dynamically create that number of textboxes, each having a name from 'txtNo0' to 'txtNo10'. Is there any way of doing that?
Thanks a lot!