Guest User

Untitled

a guest
Jan 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [0] = "Jorge"
  2. [1] = "Active"
  3. [2] = "Maine"
  4. [3] = "Year 3"
  5.  
  6. BindingSource _bs = new BindingSource();
  7. _bs.DataSource = dataTable1;
  8.  
  9. txtField1.DataBindings.Add("Text", _bs, [0]);
Add Comment
Please, Sign In to add comment