ManishBafna
Thu Jul 26 22:04:02 CDT 2007
Hi,
You should be using a BindingSource. You bind your DataTable to the
BindingSource and then bind the BindingSource to the control.Then everything
will be automatically handled.For more details refer below link:
http://windowsclient.net/samples//Go%20To%20Market/Data%20Binding/DataBinding%20FAQ.doc
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Patrick" wrote:
> With a .Net 2's WinForms which contain
> 1) a DataGrid which is assigned to a DataSet's DataTable (some columns are
> "hidden" on screen)
> 2) a few TextBox which are aligned to different fields within the same
> DataTable
>
> What event do I code for the .Net DataGrid such that the TextBoxes's value
> are updated as different rows are selected?