Click here to Skip to main content
15,912,021 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My problem is, i want my gridview data to be inserted into 2 tables. How can i do it?
Posted
Comments
ZurdoDev 14-Apr-15 16:00pm    
All you have to do is write the code to do it. There are millions of ways, where are you stuck?

1 solution

On page post back you can retrieve the gridiview and repopulate the two models/entities which you would like to update and you can call your repository layer to update these models.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900