How can I get the DataTable from the DataRow? And the # of columns from that table?
Also, when I click the OK button, how can I set each textbox to its new value without specifying the column & textbox, i.e. data("someColName") = TextBox2.Text ?