Load multiple tables into Gridview and Save in DB by ASP.NET C#

shnaidr_8

New Member
There is a hierarchy (parent-child) relationship between three Tables A > B > C in Database ..

I need to load some fields from each table into \[code\]GridView\[/code\] and change data then save it back into the Database by ASP.NET with C# with ADO.NET
But I need a little sample code,I searched but couldn't find any thing for this scenario ..Any help, thanks.
 
Back
Top