Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In My Project I'm using a ListView to Add , update and delete Items and SubItems in Runtime By EndUser. Is it Possible To add, update and delete an items and SubItems by Enduser in ListView . While Changing the properties for listview, i can Edit only first Item in the listview even i can't edit subitem of the same Items . How to Edit ListView Items and SubItems in Runtime ?
Posted
Updated 3-Feb-13 23:55pm
v2
Comments
Richard MacCutchan 4-Feb-13 6:28am    
You need to explain why you cannot edit these items. Under normal circumstances you should be able to do it.
KalaiPondy 4-Feb-13 6:42am    
First Off all My Project is Inventory, i'm using C# 4.0 with Sql Server Back End .
In My Project I Need to bill the "Items Quantity, rate, Item Name, code, material Type" each and Every items and sub items Will Be Manually Entered By End User in the list View. and Finally it will be Printed . so i need to Insert, Update and Delete in Listview By the EndUser itself .Can u help me
Richard MacCutchan 4-Feb-13 8:29am    
You probably need to use a DataGridView, rather than a ListView.

1 solution

 
Share this answer
 
v2

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