About 50 results
Open links in new tab
  1. Can SSIS Variables store ArrayList - social.msdn.microsoft.com

    Jul 15, 2012 · could you please tell about the need to store variables in an arraylist, i guess depending on the requirement there might be some other easy way to solve the scenario.

  2. arraylist and split () - social.msdn.microsoft.com

    Aug 21, 2010 · To manipulate and extract certain data I was able to search through the arrayList and retrieve the needed data.

  3. Arraylist (partly from Linq) as Datasource of Combobox

    Mar 31, 2010 · 1. Declare an actual object type (with Description and RecIdent properties). 2. Use List (Of ThatType) instead of ArrayList. 3. Modify your LINQ query to return instances of that type. 4. …

  4. Displaying ArrayList in GridView (vb.net)

    Oct 7, 2021 · Question 0 Sign in to vote User677640981 posted Hi, I've been trying to bound an arraylist to a grdview for display and managed to work out the following:

  5. ImageBrush Array is it possible? - social.msdn.microsoft.com

    Dec 24, 2008 · I have an image library wall that is animated and can contain hundreds of images. I'm loading the thumbnail onto a mesh with imagebrush to save resurces and am trying to change it's …

  6. c# equivalent of java vector - social.msdn.microsoft.com

    Tuesday, May 4, 2010 9:27 AM 0 Sign in to vote User397347636 posted Even though "ArrayList" is equivalent to Java's "Vector", what you want in this case is a "List" of your user-defined type which …

  7. Serializing Linked List into xml? - social.msdn.microsoft.com

    Mar 4, 2009 · Public title As String Public scriptQ As New ArrayList End Class <Serializable ()> _ Public Class Script Public Name As String Public list As ArrayList End Class Public list As New LinkedList …

  8. Problem moving reports to production server

    Oct 23, 2012 · Does anyone know what would cause the following error, I've installed these reports on serveral servers with no issues.

  9. Item from ICollection - social.msdn.microsoft.com

    Jun 9, 2008 · ICollection only takes care of size and enumeration. You'd need a more specialized derived interface like IList or IDictionary to access items. That extra level of inheritance was …

  10. Wait function in c# - social.msdn.microsoft.com

    May 7, 2009 · i exactly want to get one data then draw it then wait a second anf then get the second data untill the end.someone could help me in code what exactly i should do for getting and waiting …