How to upade Child grid in asp.net using LINQ

Posted by Raj Kumar on Stack Overflow See other posts from Stack Overflow or by Raj Kumar
Published on 2010-03-22T05:58:31Z Indexed on 2010/03/22 6:01 UTC
Read the original article Hit count: 374

Filed under:
|
|
|

Hi

I have an asp.net page where i am using LINQdatasource to bind grid. Now whenever, if some one changes something in grid I want to update a history table. which is also shown as child grid for each row

Let say I have a grid with two column Name and Age. it also has a child row with column field and datetime. so when ever if some one changes something in Name or Age column and saves it. A new row is inserted in child row with the name of field changed and date time when it was changed

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ