A question on Objectdatasource???

  • Thread starter Thread starter Esha
  • Start date Start date
E

Esha

Scenario :
In a single webform, I have bill data(master data like billno,date,remarks..
) and bill details(multiple entries in a grid like item details). While
saving data to it should be stored in Billdata(Bill no-primarykey) ,
Billdetails(Bill no-foreignkey) tables accordingly. For this scenario i want
to use objectdatasoure/customised objectdatasource for all insert,update and
delete cases. Is this can be acheived thru objectdatasource? is there any
alternative way where we can have resuable kind of control/class which
performs all the transactional operations(similar to objectdatasource)??
 
Back
Top