About 3,410 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. Cache not working as expected when using list (of integer) or …

    Oct 7, 2021 · It seems to cache a reference to the list rather than cache the lists values?

  3. Reference an object variable which resides within an arraylist

    May 13, 2007 · The ArrayList is a generic container in that it stores references to object, however when you want to take something out of the arraylist an use it, you normally have to cast the …

  4. .Net Framework 4.5 and ArrayList known issues?

    Oct 24, 2012 · The Windows 2012 by default includes .Net Framework 4.5. When I attempt to run the script it fails with the failure line being: Set commonProps = CreateObject ( …

  5. Bulk copy in vb.net - social.msdn.microsoft.com

    Aug 16, 2011 · The following funtion performs bulk copy in vb.net. The colomns need to be mapped to the data base table. Public Shared Function InsertQueries (ByVal DestinationTable …

  6. Get every 3rd word in a list? - social.msdn.microsoft.com

    Feb 18, 2007 · 2 { 3 ArrayList resultTokens = new ArrayList (); 4 String [] StringTokens = _content.Split (' '); 5 6 // Due to Arrays are 0-based so we need to subtract 1 from the _period …

  7. CheckBoxList does not display text - social.msdn.microsoft.com

    Oct 7, 2021 · Best Regards, Allen Tuesday, August 23, 2011 2:44 PM 0 Sign in to vote User1992938117 posted When I add the line ExpertiseCheckBoxList.DataTextField = …

  8. cut,copy,paste using clipboard in c#..

    Nov 20, 2007 · how can i do cut ,copy, paste using clipboard from one form to another form...can i use serialization concepts???

  9. Pula linha em documentação XML para C#

    Apr 7, 2012 · No intelisense aparece tudo junto, por exemplo quando digito "Insert (" ele me mostra todo este texto como descrição da função. Até aí tudo bem, não são geradas qubras …

  10. Socket idle time management in windows service

    Nov 6, 2012 · Make it a synchronized ArrayList For thread safety /// </summary> private static System.Collections.ArrayList arrayWorkerSocketList = ArrayList.Synchronized (new …