Click here to Skip to main content
15,914,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionadRotator control Pin
raj@code24-Mar-07 19:58
raj@code24-Mar-07 19:58 
AnswerRe: adRotator control Pin
Tamimi - Code25-Mar-07 0:51
Tamimi - Code25-Mar-07 0:51 
GeneralRe: adRotator control Pin
raj@code25-Mar-07 2:14
raj@code25-Mar-07 2:14 
QuestionAsp.net and Webfocus reporting Pin
Mohamed Arif24-Mar-07 17:30
Mohamed Arif24-Mar-07 17:30 
QuestionNested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 14:03
GregStevens24-Mar-07 14:03 
AnswerRe: Nested Query Results (DataReader woes) Pin
kubben24-Mar-07 14:13
kubben24-Mar-07 14:13 
GeneralRe: Nested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 14:22
GregStevens24-Mar-07 14:22 
GeneralRe: Nested Query Results (DataReader woes) Pin
kubben24-Mar-07 14:36
kubben24-Mar-07 14:36 
There is a Cache object, that is similar to the Session or Application object. In this case your only options would be application or cache if you want the data to be the same across sessions (users). If the data is completely static and will not change, then you might want to just put it in the Application object. Otherwise you can put it in the Cache.

Here is a Microsoft help on cache:
http://msdn2.microsoft.com/en-us/library/system.web.caching.cache.add.aspx[^]

Hope that helps.
Ben
GeneralRe: Nested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 15:40
GregStevens24-Mar-07 15:40 
AnswerRe: Nested Query Results (DataReader woes) Pin
Jesse Squire25-Mar-07 1:35
Jesse Squire25-Mar-07 1:35 
QuestionArrayList Resetting When Adding Form Controls Pin
redfish3424-Mar-07 9:01
redfish3424-Mar-07 9:01 
Questiondatagrid sorting Pin
vsk84200524-Mar-07 8:24
vsk84200524-Mar-07 8:24 
AnswerRe: datagrid sorting Pin
kubben24-Mar-07 13:59
kubben24-Mar-07 13:59 
AnswerRe: datagrid sorting Pin
Rahithi24-Mar-07 19:52
Rahithi24-Mar-07 19:52 
GeneralRe: datagrid sorting Pin
siddisagar25-Mar-07 18:40
siddisagar25-Mar-07 18:40 
QuestionDeployment of asp pages on IIS Pin
MinhajuddinK24-Mar-07 7:34
MinhajuddinK24-Mar-07 7:34 
AnswerRe: Deployment of asp pages on IIS Pin
Christian Graus24-Mar-07 7:40
protectorChristian Graus24-Mar-07 7:40 
QuestionRe: Deployment of asp pages on IIS [modified] Pin
MinhajuddinK24-Mar-07 7:46
MinhajuddinK24-Mar-07 7:46 
GeneralRe: Deployment of asp pages on IIS Pin
MinhajuddinK24-Mar-07 8:09
MinhajuddinK24-Mar-07 8:09 
AnswerRe: Deployment of asp pages on IIS Pin
GregStevens25-Mar-07 16:42
GregStevens25-Mar-07 16:42 
QuestionRe: Deployment of asp pages on IIS Pin
MinhajuddinK25-Mar-07 17:05
MinhajuddinK25-Mar-07 17:05 
QuestionPassing windows authentication between different sites [modified] Pin
vaibhav_vartak24-Mar-07 5:43
vaibhav_vartak24-Mar-07 5:43 
QuestionResponse.Redirect Question??? Pin
Tkml23624-Mar-07 2:53
Tkml23624-Mar-07 2:53 
QuestionAdding a record to a datagrid Pin
gauthee24-Mar-07 2:32
gauthee24-Mar-07 2:32 
AnswerRe: Adding a record to a datagrid Pin
kubben24-Mar-07 2:35
kubben24-Mar-07 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.