About 4,650 results
Open links in new tab
  1. ERROR : The type or namespace name 'ArrayList' could not be found …

    Jul 19, 2011 · Question 1 Sign in to vote using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace stack { class programe { class CStack ...

  2. Cache not working as expected when using list (of integer) or ArrayList

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

  3. 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 process so that I …

  4. How to Retrieve Session variable value in another page

    Oct 7, 2021 · You are passing string variable in PopUpQuali method. instead of string, cast session into arraylist and pass this arraylist to method.

  5. deleting items in L2S - social.msdn.microsoft.com

    Oct 7, 2021 · Do something like this: get an arraylist of selected items and use that array in your L2S query. You can either delete them one at a time (in a loop with DeleteOnSubmit) OR even delete all …

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

  7. 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 As String, ByVal …

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

  10. 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 de linha, então se …