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 GridView
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.