Kriti

Kriti

  • NA
  • 60
  • 0

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

Jun 1 2010 4:46 AM

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)