TXkgZGF0YXNvdXJjZSBpcyBhIGNvbGxlY3Rpb24gdGhhdCBpbXBsZW1lbnRzIA0KSUJpbmRpbmdM
aXN0Lg0KDQpJIGFtIGJpbmRpbmcgdG8gYSBkYXRhZ3JpZCwgYW5kIG5lZWQgdG8gZ2V0IHRoZQ0K
Y3VycmVuY3kgbWFuYWdlciBmcm9tIHRoZSBkYXRhc291cmNlLCBzbyBJDQpjYW4gY2FsbCBTdXNw
ZW5kL1Jlc3VtZUJpbmRpbmcsIHdoaWxlIG15DQpkYXRhc291cmNlIHVwZGF0ZXMgbX...
more >>
Is there anyway to delete the current row of a Dataview? I can't seem to
find any property or method that tells me which row is currently selected.
Thanks to all who respond!
Jeff Tolman
...
more >>
Is there any way to delete the current row of a dataview? I can't seem to
find any properties or methods that give me the current row to delete. I
know I can do a Find(), but I need to do that off of a key value of the
CURRENT row! Am I missing something?
Thanks to all who answer!
Jef...
more >>
I have a table that I've built by saying something like
"SELECT * FROM Manifest_Details WHERE [manifest_id] = @manifest_id". I can
pull up the information into a dataset/datatable nicely, and then I build a
DataView off of the table and set it as the DataSource for my DataGrid.
Everything ...
more >>
Hi All
I have one specific question for DataGrid
In the Form Load event of the Form, I am binding data with DataGrid.
On clicking Row the CurrentRowIndex is updated and it gives me correct
rowindex.
But if, I click on Column the data gets sorted in ascending or
descending order. But...
more >>