1
Answer

two dimensional array/list/arrayList which can store Dynamically created textbox and checkbox

Photo of Kriti

Kriti

15y
7.7k
1

I want to store dynamically created textbox and checkbox in an arraylist/List or anything else
Say arr[0][0]=txtbox1 and arr[0][1]=checkbox1
arr[1][0]=txtbox2 and arr[1][1]=checkbox2
How to store that..

Answers (1)