Search results for query: *

  1. S

    Move selected checked row to table2

    here is what i did and it was not working perhaps my logic was wrong Private Sub fmMem_Load(sender As Object, e As EventArgs) Handles MyBase.Load me.BindGrid() Dim checkBoxColumn As New DataGridViewCheckBoxColumn() checkBoxColumn.HeaderText = "" checkBoxColumn.Width =...
  2. S

    Move selected checked row to table2

    hello there am finding it difficult to accomplished this task i am to use a button click to move a checked row(s) to another table the checkbox column is dynamic the tables have the same number of columns i want it in winform (i have try searching and i cant figure out how to use...
Back
Top