J
John Bonds
Here's some code. I'm getting a "input string was not in a correct format"
error
Dim pFindTheseVals(1) As Object
pFindTheseVals(0) = AddressType
pFindTheseVals(1) = Customer.ID
Dim pDataRow As DataRow = SQLDataTable.Rows.Find(pFindTheseVals)
Thanks
error
Dim pFindTheseVals(1) As Object
pFindTheseVals(0) = AddressType
pFindTheseVals(1) = Customer.ID
Dim pDataRow As DataRow = SQLDataTable.Rows.Find(pFindTheseVals)
Thanks