A
alan
Hi all,
I need to retrive a column value (Id) of a row with the max Id from a
dataset .
It could be done like that:
Ds.Tables(0).Rows(lastrow)("columnname")
but how to get the lastrow index?
any help wold be apreciated.
Marek
I need to retrive a column value (Id) of a row with the max Id from a
dataset .
It could be done like that:
Ds.Tables(0).Rows(lastrow)("columnname")
but how to get the lastrow index?
any help wold be apreciated.
Marek