E
Earl
My project schema looks something like this:
ClassWidget
SelectWidgetAsDataTableTable
UpdateWidgetDataTable
AddToWidgetDataTable
DeleteFromWidgetDataTable
What I'm trying to do is maintain separation between the data layer and the
UI layer. I clearly do not want all that dataadapter gunk up in the UI
classes. But I also want to add those "widget" datatables to a strongly
typed dataset in the UI class so I can use the strongly typed properties.
Any thoughts on the easiest way to do this?
ClassWidget
SelectWidgetAsDataTableTable
UpdateWidgetDataTable
AddToWidgetDataTable
DeleteFromWidgetDataTable
What I'm trying to do is maintain separation between the data layer and the
UI layer. I clearly do not want all that dataadapter gunk up in the UI
classes. But I also want to add those "widget" datatables to a strongly
typed dataset in the UI class so I can use the strongly typed properties.
Any thoughts on the easiest way to do this?