D
DC
Is it possible to populate a list of Textbox.Text items from a dataview
using column names?
IE:
tbNameTextBox.Text = dvDataView.Table.Column("Name").ToString();
tbAddressTextBox.Text = dvDataView.Table.Column("Address").ToString();
Or someting similar?
--
_______________________________________________
DC
"You can not reason a man out of a position he did not reach through reason"
"Don't use a big word where a diminutive one will suffice."
"A man with a watch knows what time it is. A man with two watches is
never sure." Segal's Law
using column names?
IE:
tbNameTextBox.Text = dvDataView.Table.Column("Name").ToString();
tbAddressTextBox.Text = dvDataView.Table.Column("Address").ToString();
Or someting similar?
--
_______________________________________________
DC
"You can not reason a man out of a position he did not reach through reason"
"Don't use a big word where a diminutive one will suffice."
"A man with a watch knows what time it is. A man with two watches is
never sure." Segal's Law