1
Reply

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

Kriti

Kriti

Jun 1 2010 4:46 AM
7k

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)