Hallo,

> 
> 
> public ArrayList GetList()
> {
>  HttpContext Context = HttpContext.Current;
>  if((Context != null) && (Context.Cache.Item("Data") != null))
>  {
>   if (TypeOf(Context.Cache.Item("Data")) == ArrayList)
>   {
>    return Context.Cache.Item("Data");
>   }
>  }
> }
> 

in C# mu�t Du eckige Klammern verwenden.

Gruss

Alex


_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an