I am developing a WPF application where I have two tabs for AddCategory and ViewCategory.
ViewCategory consists of list of categories with id and name using ListView. I want to allow user for edit and delete functionality for each row. I am using sql server 2008 for stored procedures.
I tried many ways but most of the solutions are in GridView. PLs help me with ListView...