4
Answers

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

Ask a question
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 (4)