J
JimLad
Hi,
VS2008
We've got a CRUD app of about 300 pages with very little business
logic. As such we intend to mostly use typed datasets with a few
custom objects thrown in. Will be using Gridview, Detailsview,
Formview, Listview etc on the UI.
We need to connect the datasets to the UI through the BLL. Everyone
seems to use ObjectDataSource for this. The very obvious limitation of
this is that data modifications have to pass values as scalar
parameters, rather than as typed datarows. This seems pretty horrible
to me and I am no OO purist!
So my real question is what did Microsoft intend us to do in this
situation and what do people do in this situation. Passing scalar
values through the BLL is so completely horrible!
I know this is old news, but I haven't seen a decent solution/
workaround!
Cheers,
James
VS2008
We've got a CRUD app of about 300 pages with very little business
logic. As such we intend to mostly use typed datasets with a few
custom objects thrown in. Will be using Gridview, Detailsview,
Formview, Listview etc on the UI.
We need to connect the datasets to the UI through the BLL. Everyone
seems to use ObjectDataSource for this. The very obvious limitation of
this is that data modifications have to pass values as scalar
parameters, rather than as typed datarows. This seems pretty horrible
to me and I am no OO purist!
So my real question is what did Microsoft intend us to do in this
situation and what do people do in this situation. Passing scalar
values through the BLL is so completely horrible!
I know this is old news, but I haven't seen a decent solution/
workaround!
Cheers,
James