Hi all...
I am not able to form a logic -- Please help --
I have a checklistbox - With a list of names (total 56 names)...
Now, I want that - If I select 5 users , then total 5 records/rows must be saved in the database...
Eg - If I select A,B,C,D,E - Then in database - 5 rows must be inserted in table A with values -
A
B
C
D
E
-----------
How do I form this loop ??