1
Answer

Accessing property of dynamically created controls using vb.net code behind

Photo of noisypeace

noisypeace

20y
5.4k
1
Hi... I'm developing training management system as a live project in asp.net using vb.net code behind. oracle 8i is my backend. i want to create dynamic check boxes related to number of records in my database table. and also want to store the content of the checked check boxes back to database. now i have done dynamic creation but not able to access its properties. can anyone help me..???Please reply fast its very urgent.. Thanks.

Answers (1)

0
Photo of kovan
NA 636 0 20y
try looping through this.Controls and use a if statement to filter out what type of control you want. i assume u are adding the controls to the parent as u create them