I am using a panel and then I create a literal in it, than I create :
string temp ="
<input type="checkbox" id="forum0">
<input type="checkbox" id="forum1">
<input type="checkbox" id="forum2">
<input type="checkbox" id="forum3">
<input type="checkbox" id="forum4">
<input type="checkbox" id="forum5">
" ...
and then assign this sting to
literal.text=temp;
now if i want to find the checkbox with id=forum0 ho do i do that i am using findcontrol i have used almost everything kindly help with example.
thank you