how to add,update,delete,edit using stored procedure in wpf?

Sep 26 2017 12:25 PM
I want add,update,delete,edit using stored procedure from database sql server in my WPF as well as to use linq to sql,how to show all data to datagrid then edit any rows of datagrid to show in my textbox
ex
 
name: textbox
dept: textbox
 

Answers (5)