5
Answers

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

Photo of Murugan Silvers

Murugan Silvers

7y
2.2k
1
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)