Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8327549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:08:58+00:00 2026-06-09T01:08:58+00:00

I need Code for inserting new values to my listview that already have some

  • 0

I need Code for inserting new values to my listview that already have some values. i did my own way but i got Cross Thread Exception. so can anyone help me to insert new values to the listview but don’t clear the old values?

thanks in advance,
Ulaga

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T01:09:00+00:00Added an answer on June 9, 2026 at 1:09 am

    You have to show more research effort on your part. You should also post your non working code, instead of just saying that you got an exception.

    Is your application a winform or webform?

    System.Windows.Forms.ListView has 6 overloads in its Items collection’s Add method, here’s three:

     listView1.Items.Add(new ListViewItem("new item"));
     listView1.Items.Add("List item text", 3);  // Adds a new item with ImageIndex 3
     listView1.Items.Add("string");
    

    Try them out.

    System.Web.UI.WebControls.ListView has one way to call its Items collection’s Add method:

     ListView1.Items.Add(ListViewDataItem item);
    

    See http://msdn.microsoft.com/en-us/library/aa983548(v=vs.71).aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a GridView and I need update some data inserting HTML CODE; I
I have this Code Where i am inserting some values in database. I am
I need some code to zoom an image when i mouse over that image,
I need to code certain Dialogs as Activities that look like dialogs. For this
i need run code that will create a database and populate tables. i am
I need ActionScriot code that will parse a given folder and search it for
i am inserting values into a table if the record exists already replace it,
I am having trouble inserting values into my Account table that's in a SQL
I have people inserting video code to be displayed on my website. I want
I need some help trying to come up with a way to set this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.