Esha,
Check this out for workaround:
http://forums.microsoft.com/msdn/Sho...32557629342289
--
Milosz
"Esha" wrote:
Quote:
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)?? |