R
ruca
hi,
How can I fill some DataTable by clicking in cells of a DataGrid control?
NOTE: I don't want to select a entire row, ok? I must select only one or
more cells...
I have a DataGrid that have some data that I must select what I want and
then by clicking in a Button it will create some records in DataBase.
So I want to construct a DataTable by clicking in DataGrid, for then allows
me to cover this DataTable and create the records in DB.
How can I fill some DataTable by clicking in cells of a DataGrid control?
NOTE: I don't want to select a entire row, ok? I must select only one or
more cells...
I have a DataGrid that have some data that I must select what I want and
then by clicking in a Button it will create some records in DataBase.
So I want to construct a DataTable by clicking in DataGrid, for then allows
me to cover this DataTable and create the records in DB.