After planning the layout for my form and building the form, I have come to find out that you cannot bind to a datarow object.

My form has a mock grid made up of rows of textboxes. I could not get the DGV to fit on this screen and have it look like I wanted, so I made my own grid of sorts. Now, I need to bind this to a DataTable. I figured that what I would do is loop through the rows and have 9 DataRow objects that are form-level variables and then bind each row of textboxes to its appropriate DataRow. Now that I know I cannot bind to a DataRow, I am out of ideas for how to bind this information.

Any ideas for how to bind this up would be greatly appreciated!!