Click here to Skip to main content
15,904,156 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
sashidhar6-Jan-10 0:57
sashidhar6-Jan-10 0:57 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
Leeblake656-Jan-10 1:21
Leeblake656-Jan-10 1:21 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
sashidhar6-Jan-10 1:22
sashidhar6-Jan-10 1:22 
AnswerRe: Conditionally displaying ConfirmButtonExtender Pin
wilsonmanmcp6-Jan-10 17:58
wilsonmanmcp6-Jan-10 17:58 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
Leeblake657-Jan-10 7:00
Leeblake657-Jan-10 7:00 
Questionwhat is diff between in these two way of adding item in cache Pin
findtango6-Jan-10 0:36
findtango6-Jan-10 0:36 
AnswerRe: what is diff between in these two way of adding item in cache Pin
J4amieC6-Jan-10 0:56
J4amieC6-Jan-10 0:56 
AnswerRe: what is diff between in these two way of adding item in cache Pin
Jeneesh K. Velayudhan6-Jan-10 0:56
Jeneesh K. Velayudhan6-Jan-10 0:56 
Hi findtango,

If you access the cache via the indexer, i.e.,

1. Cache["Key"] = value;
a. the value remains in the cache indefinitely.

Instead while you are using

2. cache.add():
a. It will accept some more parameters for expiration and all
b. Also, calling the Add method returns an object that represents the cached item.
If the key already exists in the Cache the method will fail.

Thanks & Regards,
Jeneesh k. v.

QuestionDuplicate checking using ajax Pin
Jinoju6-Jan-10 0:30
Jinoju6-Jan-10 0:30 
AnswerRe: Duplicate checking using ajax Pin
Viral Upadhyay6-Jan-10 1:15
Viral Upadhyay6-Jan-10 1:15 
Questionhow to retrieve data from detailsView using CommandName Pin
Amit Spadez6-Jan-10 0:16
professionalAmit Spadez6-Jan-10 0:16 
QuestionOpen a .msg file using ASP.NET Pin
samsonx5-Jan-10 23:54
samsonx5-Jan-10 23:54 
AnswerRe: Open a .msg file using ASP.NET Pin
sashidhar6-Jan-10 0:01
sashidhar6-Jan-10 0:01 
QuestionCrystal Report from ASP.net Pin
Hema Bairavan5-Jan-10 23:53
Hema Bairavan5-Jan-10 23:53 
QuestionProblem with UPDATE PANEL for <object> TAG</object> Pin
Ravi Adabala5-Jan-10 21:43
Ravi Adabala5-Jan-10 21:43 
AnswerRe: Problem with UPDATE PANEL for TAG Pin
Jeneesh K. Velayudhan6-Jan-10 1:24
Jeneesh K. Velayudhan6-Jan-10 1:24 
QuestionVisitor IP address Pin
pkp0015-Jan-10 19:18
pkp0015-Jan-10 19:18 
AnswerRe: Visitor IP address Pin
J4amieC5-Jan-10 22:26
J4amieC5-Jan-10 22:26 
AnswerRe: Visitor IP address Pin
pd695-Jan-10 23:25
pd695-Jan-10 23:25 
GeneralRe: Visitor IP address Pin
Abhishek Sur5-Jan-10 23:33
professionalAbhishek Sur5-Jan-10 23:33 
AnswerRe: Visitor IP address Pin
Jeneesh K. Velayudhan6-Jan-10 1:16
Jeneesh K. Velayudhan6-Jan-10 1:16 
AnswerRe: Visitor IP address Pin
carlecomm6-Jan-10 17:30
carlecomm6-Jan-10 17:30 
QuestionForum with ASP.net And C# coding Pin
jojoba20105-Jan-10 19:06
jojoba20105-Jan-10 19:06 
AnswerRe: Forum with ASP.net And C# coding Pin
Rock Star.5-Jan-10 21:16
Rock Star.5-Jan-10 21:16 
QuestionEmbed ASP code inside vb.net Pin
MacIntyre5-Jan-10 13:41
MacIntyre5-Jan-10 13:41 

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.