Hi,I have 6 checkboxes.
name,father name,city,state,dob,education
What i am trying
1)if user check name,father name its shows only checked item
name father name
Mr. a Mr.abs
Mr. B Mr.bcd
(table structure like that)
2)if user check name,father name,city its shows only checked item
name father name city
Mr. a Mr.abs abc
Mr. B Mr.bcd def
i.e table structure change acc to check box selection.
What i did.
I gave a table structure but fields which are not selected remain empty.
Need suggestion