T
T.Jackson
Hi guys,
I'm new to .net & i've got a problem with regards to datasets & data
binding.
Here goes,
I've got a data grid & the active row (position) is the 3 row.
Now, i take this data set, & pass it to a seperate form, where i want to be
able to edit the details of this row.
So, in the load event of this new form, i bind the necessary columns of the
table to the required controls.
Problem -
The data displayed is that of the first row!!!!!
is this a behaviour of .Net,
where when data is bound to a control, the data will always be displayed
from the very first Row,
in other words....
is the current row in the datagrid totally independant of the dataset
(source), & has no effect on this??
I'm new to .net & i've got a problem with regards to datasets & data
binding.
Here goes,
I've got a data grid & the active row (position) is the 3 row.
Now, i take this data set, & pass it to a seperate form, where i want to be
able to edit the details of this row.
So, in the load event of this new form, i bind the necessary columns of the
table to the required controls.
Problem -
The data displayed is that of the first row!!!!!
is this a behaviour of .Net,
where when data is bound to a control, the data will always be displayed
from the very first Row,
in other words....
is the current row in the datagrid totally independant of the dataset
(source), & has no effect on this??