My database is like this:
Numbers  | Names   |  Surnames
59266558 | John  | Smith 
56358656 | Ann   | Joyle 
59266558 | George| Colbyn 
59266558 | Gregor| Leon  
As you can see, I have no ID field. So, the question is, how can I select "Ann Joyle" ( with index 1), or "Gregor Leon" with index 3), and copy his/her number to `textBox` in C#?
 
     
     
    