Nilesh Avhad

Nilesh Avhad

  • NA
  • 600
  • 298.3k

Master form in wpf

Mar 15 2013 4:57 AM
I  am new to wpf. I want to learn it. I have a table whose name is CasterMaster. Structure of table is ID(int identity field), name(varchar(50)). I want write a master form applcation for this table in WPF. Please Tell me how can I write a insert,update,delete operation in wpf on this table?