About 3,380 results
Open links in new tab
  1. Removing duplicate entrys from arraylist...looks simple :)

    Oct 7, 2021 · Now i need to remove duplicate items from arraylist on the basis of a single property y (string type).

  2. Best way to store ArrayList in terms of Application Configuration?

    Apr 3, 2007 · I'm looking for an idea for the best way to store an ArrayList that's part of the Application Configuration. The ArrayList will store the list of languages the Application …

  3. Array vs ArrayList - social.msdn.microsoft.com

    Jun 26, 2007 · An arraylist is dynamically sized whereas an array is not. You can iterate over an array list using a foreach and you can call the Add () method on an arraylist.

  4. Use ArrayList in SqlCommand - social.msdn.microsoft.com

    Oct 7, 2021 · If u are using sql2008, u can use the table-valued parameters feature to pass entire Arraylist. The below link will help you to give some initial understanding.

  5. XML Serialization of an ArrayList - social.msdn.microsoft.com

    Jan 9, 2009 · I am attempting to serialize (XML) a class that contains an ArrayList. I got the code to work correctly without using IXmlSerializable, but I would like to control the serialization …

  6. Help: Using text file to populate Combo box

    Oct 11, 2007 · Like that but you'll need to get the values from the file. For each like create a new Lookup class and add it to the ArrayList. Then finally you can bind the combo box to this array …

  7. Creating a dynamic array or array list of serial ports

    Sep 7, 2010 · I'm new to C#. I'm trying to create a dynamic array of serial ports that will ultimately allow end user to add or remove serial port objects to the program. I have attempted to use the …

  8. Getting Device Instrance ID using WndProc

    Jan 4, 2012 · And this returns the arraylist of ALL inserted flashdrive. It would be better if you can provide a code which will issue a pnpdeviceid for every individual device inserted. :) Always …

  9. CompleteGridView - social.msdn.microsoft.com

    May 25, 2006 · In the 'Filtered Event' of the Gridview, I access and save the ArrayList containing the 'Filter' Objects to an (Arraylist)Session ["Launch Filter"] (See code Sample - Filter event).

  10. Databind an array to a radiobuttonlist

    Oct 7, 2021 · The main difference is that I am creating my array from a database... the array seems to be populated just fine, I can create a label from any cell of the array, but I just can't …