A question on Objectdatasource???

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)??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top