Hi guys,
Anybody know how to generate checkboxes dynamically if i want to generate them with the result i have fetched from a database query.
The query would be like that,
SELECT calltype From table Where phone_no=123456;
Now result of this query will vary everytime, there total number of checkboxes would also be varying everytime......
Please give me a solution as i'm a beginner and stuck into this problem.
Regards