Update a list view item - CSharp
This is a discussion on Update a list view item - CSharp ; I have a list view with items.
An item is clicked and I have a form to change this data.
How can I update the listview row in the list view control....
-
Update a list view item
I have a list view with items.
An item is clicked and I have a form to change this data.
How can I update the listview row in the list view control.
-
Re: Update a list view item
ListView is a pretty simple control so you can modify the item and then
reresh the control. Alternatively use one of the many databound listview
controls available from codeproject etc. Alternatively use a different
Windows Forms control that does support databinding correctly.
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Jeff" <jeff@[_nospam_].hardsoft.com.au> wrote in message
news:13etouag6kg6j65@corp.supernews.com...
>I have a list view with items.
>
> An item is clicked and I have a form to change this data.
>
> How can I update the listview row in the list view control.
Similar Threads
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 09-11-2007, 01:10 PM
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 08-06-2007, 07:27 AM
-
By Application Development in forum basic.visual
Replies: 9
Last Post: 06-29-2007, 03:05 AM
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 06-22-2007, 09:14 AM