05-06-2015, 09:33 PM
Hi Guys,
I need your help for below logic
i Have a array which stores text values of radio button to choose in my application and another array of values which has to be choosed based on first array values.consider the below examples
Array A = {1;2;3}
Array B = {x,y,z;a,b;v,f,g,h}
From the above arrays, i need to select 1 radio button and once its gets selected i need to select its associated values like x&y&z, same for 2 with a,b and 3 with v,f,g,h
could you pls help in this? can you give me the script for it..
Thanks & hoping will get soon a solution for this
I need your help for below logic
i Have a array which stores text values of radio button to choose in my application and another array of values which has to be choosed based on first array values.consider the below examples
Array A = {1;2;3}
Array B = {x,y,z;a,b;v,f,g,h}
From the above arrays, i need to select 1 radio button and once its gets selected i need to select its associated values like x&y&z, same for 2 with a,b and 3 with v,f,g,h
could you pls help in this? can you give me the script for it..
Thanks & hoping will get soon a solution for this