E
El Camino
Hey boyz and girlz
Im trying to find the index of a row that im selecting in
dtsInfo
heres the code of the dtsInfo select
Dim strExpr As String
Dim strSort As String
strExpr = "Name=CIE"
strSort = "Name DESC"
Dim foundRows As DataRow() = dtsInfo.Tables(0).Select
(strExpr, strSort, DataViewRowState.CurrentRows)
need to find the row index that dtsInfo will return
Thanx!
Im trying to find the index of a row that im selecting in
dtsInfo
heres the code of the dtsInfo select
Dim strExpr As String
Dim strSort As String
strExpr = "Name=CIE"
strSort = "Name DESC"
Dim foundRows As DataRow() = dtsInfo.Tables(0).Select
(strExpr, strSort, DataViewRowState.CurrentRows)
need to find the row index that dtsInfo will return
Thanx!