A
Annie
hello guys,
I have a scenario that I am confused about ...
I have a number of pages which are using a Master page ...
Then I have seperate Footer user control that can reside in master page or
could be kept
in the content pages (still not confirmed and looking for any suggestion)
The challenge is that when the user presses the Save button within the user
control
the content of the pages needs to be saved ... I am using Strongly typed
datasets
as Data layer and there Business Objects in the middle of the pages and the
Data Layer
The challenge is that the footer should raise the save event and save the
content of the
pages independently ... I mean each page could be bound to a different
Business Object
and obviously its own Data Layer.
What is the best way to do it in this way?
Any suggestion will be appreciated?
Is there any example code available?
TA
I have a scenario that I am confused about ...
I have a number of pages which are using a Master page ...
Then I have seperate Footer user control that can reside in master page or
could be kept
in the content pages (still not confirmed and looking for any suggestion)
The challenge is that when the user presses the Save button within the user
control
the content of the pages needs to be saved ... I am using Strongly typed
datasets
as Data layer and there Business Objects in the middle of the pages and the
Data Layer
The challenge is that the footer should raise the save event and save the
content of the
pages independently ... I mean each page could be bound to a different
Business Object
and obviously its own Data Layer.
What is the best way to do it in this way?
Any suggestion will be appreciated?
Is there any example code available?
TA