C# with ASP.net 2.0
how to use details view insert & update using C#.........?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Mar 23, 2010, 1:23 AM
here is the code how to update in detail view. you'll find other important operation too on this code example:
http://asp.dotnetheaven.com/util/srcview.aspx?path=~/aspnet/samples/data/GridViewMasterDetailsEdit.src&file=GridViewMasterDetailsEdit_cs.aspx<=C%23+Source
Here is the code how to insert in detiail view.
http://asp.dotnetheaven.com/util/srcview.aspx?path=~/aspnet/samples/data/GridViewMasterDetailsInsert.src&file=GridViewMasterDetailsInsert_cs.aspx<=C%23+Source
Please mark as answer if it helps.