in asp.net i hve gridview with checkbox populated with data as select d.id,d.name,d.age,h.height,p.photo from details d inner join m_height h on m.height=h.height inner join m_photo p on p.id=m.id
the selected data[ checked data] from gridview is saved in another table sel_details as insert into sel_details(sid)values(checkedbox id)
when the page is loaded next time i need that checkbox to be checked whose id is stored as sid in sel_details along with the rest of data