Click here to Skip to main content
15,917,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to edit,delete the data in list view in the windos application.the selected data to be comes to edit mode & selected data tobe deleted these is the requirement pls help me....................
thanks in advance
Posted
Comments
BillWoodruff 6-Nov-11 6:34am    
Please clarify:

1. you are using a ListView Control in a WinForms project ?

2. you have Columns defined ? Groups ? ListViewItems pre-defined ?

3. you have the View of the ListView set to 'Details mode ?

4. You mean by 'edit' and 'delete' to modify the text content of Items in Columns inside the ListView at run-time ?

1 solution

1. you are using a ListView Control in a WinForms project ?

2. you have Columns defined ? Groups ? ListViewItems pre-defined ?

3. you have the View of the ListView set to 'Details mode ?

4. You mean by 'edit' and 'delete' to modify the text content of Items in Columns inside the ListView at run-time ?

Post your answer for the above questions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900