Wednesday, 26 August 2015

Update the records from DataGrid in WPF

  • In the previous post I've posted that how to delete the record from datagrid using Stored Procedure in WPF.
  •  In this  post we would see how to update the records from datagrid in WPF.
  1. XAML Code:




2. Code Behind :



  • This is it.  It's done your record will be updated. Enjoy. For any query please comment me.
  •  Here framework element is used to get the data from current cell of row.




No comments:

Post a Comment

How To Pass An Array As A Parameter While Calling an ASP.NET Web API C#

Please visit my C# Corner Blog for this, where I have provided better efforts to make this concept more understandable - www.c-sharpcorner....