About 4,930 results
Open links in new tab
  1. 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 …

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

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

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

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

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

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

  8. gridview item template Tab index and focus problem

    Oct 7, 2021 · 1. I have a textbox outside of gridview , on pressing the tab from the textbox in need to focus on gridview item template first row.

  9. Copying muliple rows from one Worksheet to another.

    Jun 20, 2011 · I would like to know what is the best method to copy rows meeting a certain criteria from one worksheet, and paste them into another worksheet inside of the same workbook?

  10. ASP.NET AJAX autocomplete with c# - social.msdn.microsoft.com

    Oct 7, 2021 · I've been struggling with this AJAX autocomplete textbox in a c# app for the last day or so. I've found an example on these forums about getting the autocomplete control working …