please look at the picture attached... ^_^

Protected Sub GridView1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.PreRender
   GridView1.DataBind()
   lblStatus.Text = GridView1.Rows.Item(0).Cells(52).Text 'this code is to display the current status of the colum...i don't know if it's read only one or all the column...
End Sub

Protected Sub chkADa_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles chkADa.CheckedChanged
        
   Dim Update As New DataSet1TableAdapters.tblTrainingPlanApproveTPTableAdapter
   '--- i don't know wats next here ^_^ ---'
   '---i'm using a tableadater here...
End Sub

i just want to update the column... if i click the check box with the specific user it will updated automatically...

please help me^_^

how do i made that^_^ any idea plz?

SOLVED!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.