DataGridView And DataTable.Select() Method
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, The thing is that the DataGridView is Bound to a DataTable in a DataSet and in the DataTable i can use the Select Method with params But How Can I Reflect The Select in The DataGridView The Select Method Returns DataRow []. THANKS IN ADVANCE :)
Have Fun Never forget it
-
Hi, The thing is that the DataGridView is Bound to a DataTable in a DataSet and in the DataTable i can use the Select Method with params But How Can I Reflect The Select in The DataGridView The Select Method Returns DataRow []. THANKS IN ADVANCE :)
Have Fun Never forget it
Are you trying to filter records ?
kss
-
Are you trying to filter records ?
kss