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

    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 …

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

  3. Pasar un ArrayList como parámetro a una función (y como …

    Jul 7, 2016 · En la forma en que lo pasas, porque tal y como tienes definida la función, ésta espera que su primer parámetro sea una matriz de valores alfanuméricos, que nada tiene que …

  4. Arraylist guardar en un archivo - social.msdn.microsoft.com

    Jan 11, 2018 · Debo de guardar cada registro obtenido en un Arraylist, ordenarlo por el nombre, después guardarlo en un archivo nuevo y mostrarlo, pero me marca un error de índice o index.

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

  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 …

  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 …

  8. Adding Objects to ArrayList using Button_Click

    Jul 17, 2006 · Thank you in advance for any and all suggestions. I am trying to add a an object called pack to an ArrayList called Boxes using a Add_Click method.

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

  10. How to store list using Settings Designer (in 2.0)?

    Aug 11, 2005 · Unfortunately there will be other issues that you'll run into with this approach though - the reason for this is that the XML serializer that is created in order to serialize the …