Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we enter values in List view during the run time in Windows Application.


If I've four columns in List view,

Like ID, Name, Branch and Amount...

In the first three columns values loaded from database..

I want to enter some values in Amount Column...

If Possible I need code...

Thanks in Advance..

Regards,
Posted
Comments
Nigam Patel 4-Jan-12 7:01am    
you can find it form google
Nicholas Butler 4-Jan-12 7:13am    
WinForms or WPF?

You may have a look at this CodeProject article: A Much Easier to Use ListView[^].
 
Share this answer
 
You can't edit List view data directly, apart from use grid view

---------------
These links will give complete tutorial about list view


C# List View v1.3[^]

http://macs.about.com/od/switchersnewusers/ss/finderviews_3.htm[^]
 
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