Think I've asked this question before, but cannot find the thread. Also tried searching for the answer.
In Design Time, I created two radio button control arrays. Option1 has 3 indexes and Option2 has 2 indexes. Option1 doesn't have any values set to true before run time. Option2(0) by default has a value of true in design time. If I click on Option1(0) then the value of option2 is false and value of option1 is true.
I thought the two control arrays are independent of each other?? If that isn't true how do I create two different sets of radio buttons.
Thanks.
In Design Time, I created two radio button control arrays. Option1 has 3 indexes and Option2 has 2 indexes. Option1 doesn't have any values set to true before run time. Option2(0) by default has a value of true in design time. If I click on Option1(0) then the value of option2 is false and value of option1 is true.
I thought the two control arrays are independent of each other?? If that isn't true how do I create two different sets of radio buttons.
Thanks.