Hi ALL, This group is being really helpful.
I have asked a question earlier and people responded with answers on the same day. I appreciate and thank you all. Now back to the another question. I have a form to enter and a datagrid to display the records. Form has: text, textarea and multiple check box. once I add text and select multiple values in the checkbox and submit. This gets into the DB. This works fine. Example to explain the scenario: checkbox has 1, 2, 3, 4 as options to select. When the user selected 3,4. The DB gets inserted with 3,4 Now, when I select any record from the datagrid, the form gets populated with the selected datagrid value and this works fine too except for the checkbox values. Example to explain the scenario: DB has 3,4 the form needs to have 3,4 checked. Question: How do i enable checkbox (having checkbox selected=true) for only the values in the DB. Any example direction would be great. -NB

