M
Markus Fritz
Guest
Hi There,
Ive got a DataView populated with data from a Table. The Table contains a PrimaryKey. With this DataView I populate a DataGridView and show all Columns except the PrimaryKey Column. What I now want is to find a row due to a given PrimaryKey Value.
How can I do this without to iterate thorugh all rows and check the PrimaryKey from each DataRowView???
Thanks in advance...
Greet Markus
Continue reading...
Ive got a DataView populated with data from a Table. The Table contains a PrimaryKey. With this DataView I populate a DataGridView and show all Columns except the PrimaryKey Column. What I now want is to find a row due to a given PrimaryKey Value.
How can I do this without to iterate thorugh all rows and check the PrimaryKey from each DataRowView???
Thanks in advance...
Greet Markus
Continue reading...