Gridview and Formview having different tables

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

Hello,

I have two tables for master and details. How can I update both of them
during update in formview? I wish to do it through some easy way

Pravin
 
I have two tables for master and details. How can I update both of them
during update in formview? I wish to do it through some easy way

Use the button click event and issue 2 sql statements through your sql layer
/ DAL / ORM of choice ?
 
thank.
I have realized, in insert and update sql you can have two SQL separted
by ";". but I am looking for begin trans and commit trans. so might go
with your suggestion.
-neo
 

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

Back
Top