ollydsouza
Member
- Joined
- Mar 2, 2012
- Messages
- 6
- Programming Experience
- 10+
HI,
I am creating a 3 column checkboxlist dynamically and as I add every item based on the SQL recordset, I need to check if that item would require a textbox/ddl for user input. if it does then i need to render that textbox in the same <td> cell as the checkbox else just add the checkbox.
How do I achieve this?
is thre another control instead of the checkboxlist that I should rather use?
Thanks,
I am creating a 3 column checkboxlist dynamically and as I add every item based on the SQL recordset, I need to check if that item would require a textbox/ddl for user input. if it does then i need to render that textbox in the same <td> cell as the checkbox else just add the checkbox.
How do I achieve this?
is thre another control instead of the checkboxlist that I should rather use?
Thanks,