C
cnSoftware
Hi,there
I get some problems when I am struggling
in ADO.NET programming. I should really preciate
your kindly advice.
1.How could I perform a data paging on master-detail
datasets,especially the detail one? As I thought,
I retrieve the master data and detail data seperately
and then associate them through dataRelation.
So it seems that I can paging the master data readily
but how about the detail data?
2.Suppose I use DataSet only in my asp.net application.
How could I re-position to the row after I insert a
new row into the dataset?
3.I am editing a datarow. When I modify the value in a column,
I hope value in another column should change correspondingly ASAP.
For instance, the "Cost" column should change with "Price"
column and "Quantity" column correspondingly. In what event
should I place the code?
Thanks.
I get some problems when I am struggling
in ADO.NET programming. I should really preciate
your kindly advice.
1.How could I perform a data paging on master-detail
datasets,especially the detail one? As I thought,
I retrieve the master data and detail data seperately
and then associate them through dataRelation.
So it seems that I can paging the master data readily
but how about the detail data?
2.Suppose I use DataSet only in my asp.net application.
How could I re-position to the row after I insert a
new row into the dataset?
3.I am editing a datarow. When I modify the value in a column,
I hope value in another column should change correspondingly ASAP.
For instance, the "Cost" column should change with "Price"
column and "Quantity" column correspondingly. In what event
should I place the code?
Thanks.