Hallo Alex,
ich steh mal wieder auf der Leitung :-(
Context.Cache.Item["Data"] bringt dieselbe Fehlermeldung:
'System.Web.Caching.Cache' enth�lt keine Definition f�r 'Item'
Oder wo meinst Du ... ?
>> 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