Click here to Skip to main content
15,913,773 members

Comments by Glen Childs (Top 29 by date)

Glen Childs 15-Jan-14 12:26pm View    
Thanks :) and thanks again for your help.
Glen Childs 15-Jan-14 11:44am View    
The issue though was also solved by changing .Columns to .Rows :P but the changing of the loop does make more sense to have it your way round though :)
Glen Childs 15-Jan-14 11:39am View    
Oops no apologies :P

For r As Integer = 0 To COUNT - 1

For Each column As DataRows In dt.Rows

If column("AccountNo") = FrmSearch.txtCustID1.Text Then

Dim output As String = DataRows.ToString().ElementAt(r)

dtValue.Rows.Add(output)

End If
Next
Glen Childs 15-Jan-14 11:37am View    
Yes, thanks for your help!:)
Glen Childs 15-Jan-14 10:33am View    
Deleted
Value in the DataColumn?