Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Caching a DataSet in a Business Object
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00845755
Message ID:
00845764
Vues:
19
>Never mind. It just dawned on me that the business object couldn't be used in a Windows Forms project if I was trying to do Web Forms caching in the business object.
>
>>Is it possible to cache data in a method of a business object in an ASP.NET application. I am trying to use the Cache object in a method of one of my business object, but I am getting a syntax error. When I try to build the project, VS.NET 2003 doesn't recognize "Cache". I tried adding:
>>
>>using System.Web.Caching
>>
>>but VS.NET doesn't recognize that namespace. Can I only use the Cache object in an aspx file?

Yeah. You can cache stuff from ASP.NET in SQL Server, if you want.
That might work.

Morgan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform