I have DataGridView and Dataset.
1. I want to add data from dataset to datagridview row by row and not by using DataGridView.DataSource method.
2. I want to do search on the Datagridview. I know if I use datagridview.datasource methos, and when I click datagridview, go to data I can search by using fillby. but if i fill datagridview row by row. I can't not use same method, but I want to be able to do search but don't know how.
Is anyone know how to do it? Thank you all.
1. I want to add data from dataset to datagridview row by row and not by using DataGridView.DataSource method.
2. I want to do search on the Datagridview. I know if I use datagridview.datasource methos, and when I click datagridview, go to data I can search by using fillby. but if i fill datagridview row by row. I can't not use same method, but I want to be able to do search but don't know how.
Is anyone know how to do it? Thank you all.
Last edited: