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....

+ Reply to Thread
Results 1 to 2 of 2

Update a list view item

  1. Default 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.

  2. Default 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.



+ Reply to Thread

Similar Threads

  1. put a xls sheet as web view... and get list as a sqlserver view
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 09-11-2007, 01:10 PM
  2. Creating new list item entries on a related list from an edit form,
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 08-06-2007, 07:27 AM
  3. How do I hide an extra value in a list view item?
    By Application Development in forum basic.visual
    Replies: 9
    Last Post: 06-29-2007, 03:05 AM
  4. Updating a List item using Update list item Action of Workflow
    By Application Development in forum Sharepoint
    Replies: 0
    Last Post: 06-22-2007, 09:14 AM