I Have two table in database(Habits, Person).
i)Habits contain habit name,Habitid fields,
ii) person table contain personid, personname,habit id(fk).
one person may have many habits.so habits ids inserted with the seperation of comma(ex:habit1,habit2) in person table.
In front end(asp.net with C#) check box list bounds habits table dynamically. when a person loggedin to edit his habits, the particular person's habits should in check mode........at the time of pageload.

Plz help me......