pankaj.belanke 0 Newbie Poster

I have 2 datagrids. In first datagrid i am taking details of student which had done enquiry in classes.This data is used for the particular day followup in classes.In second datagrid i am taking details of details of students to whom followup is done that particular day.Inshort iam transfering the data of 1st grid in the second grid.
In 1st datagrid we assign followup status which is 0 when particular followup is done with the particular student.And then that data goes in 2nd grid and its status becomes 1.So i wanted to know that how can i get data back again to become followup status 0.

We are using Front End As VB.net2008
and back end as SQL Server2008