Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpdating variables in Master Page Pin
Munteanu Ciprian10-Dec-09 3:10
Munteanu Ciprian10-Dec-09 3:10 
AnswerRe: Updating variables in Master Page Pin
Dinesh Mani10-Dec-09 3:30
Dinesh Mani10-Dec-09 3:30 
GeneralRe: Updating variables in Master Page Pin
Munteanu Ciprian10-Dec-09 3:34
Munteanu Ciprian10-Dec-09 3:34 
GeneralRe: Updating variables in Master Page Pin
Dinesh Mani10-Dec-09 6:27
Dinesh Mani10-Dec-09 6:27 
QuestionRegEx,match number 1-24 [modified] Pin
cyhcyhhychyc10-Dec-09 2:52
cyhcyhhychyc10-Dec-09 2:52 
AnswerRe: RegEx,match number 1-24 Pin
Dinesh Mani10-Dec-09 3:05
Dinesh Mani10-Dec-09 3:05 
QuestionASP.Net Performance Pin
Amit Patel198510-Dec-09 2:26
Amit Patel198510-Dec-09 2:26 
AnswerRe: ASP.Net Performance Pin
Abhijit Jana10-Dec-09 2:32
professionalAbhijit Jana10-Dec-09 2:32 
Amit Patel1985 wrote:
Session["id"] =""

should i use the following code or i can use

Cache["var"] =""


Session is Unique for each user. Whenever client send a request the session will kept in Server and its unique and can't be accessible for all. So you should store information that is related with current user in session like Username, id etc.

Cache is global for. When all data need to share for all of the user you can use data caching. Like if you want to share global address to all users.

Please let me know if you need more information on the same.

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

AnswerRe: ASP.Net Performance Pin
Abhishek Sur10-Dec-09 3:03
professionalAbhishek Sur10-Dec-09 3:03 
GeneralRe: ASP.Net Performance Pin
farogh haider14-Dec-09 19:33
farogh haider14-Dec-09 19:33 
QuestionError: missing parameter values when passing parameter in crystal report Pin
I'm a beginner10-Dec-09 0:35
I'm a beginner10-Dec-09 0:35 
AnswerRe: Error: missing parameter values when passing parameter in crystal report Pin
Alliance11115-Feb-10 0:13
Alliance11115-Feb-10 0:13 
Questionproblem sending mail Pin
m@dhu10-Dec-09 0:31
m@dhu10-Dec-09 0:31 
AnswerRe: problem sending mail Pin
Dinesh Mani10-Dec-09 0:40
Dinesh Mani10-Dec-09 0:40 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 0:53
m@dhu10-Dec-09 0:53 
GeneralRe: problem sending mail Pin
Dinesh Mani10-Dec-09 0:58
Dinesh Mani10-Dec-09 0:58 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 19:41
m@dhu10-Dec-09 19:41 
GeneralRe: problem sending mail Pin
Dinesh Mani10-Dec-09 19:44
Dinesh Mani10-Dec-09 19:44 
GeneralRe: problem sending mail Pin
m@dhu10-Dec-09 20:22
m@dhu10-Dec-09 20:22 
AnswerRe: problem sending mail Pin
Anurag Gandhi10-Dec-09 0:45
professionalAnurag Gandhi10-Dec-09 0:45 
QuestionModal window genration from C# code Pin
Hema Bairavan9-Dec-09 22:31
Hema Bairavan9-Dec-09 22:31 
AnswerRe: Modal window genration from C# code Pin
Prasadsm9-Dec-09 23:45
Prasadsm9-Dec-09 23:45 
AnswerRe: Modal window genration from C# code Pin
Dinesh Mani10-Dec-09 0:23
Dinesh Mani10-Dec-09 0:23 
QuestionRegistry Key Pin
Prasadsm9-Dec-09 22:29
Prasadsm9-Dec-09 22:29 
AnswerRe: Registry Key Pin
Abhishek Sur9-Dec-09 23:09
professionalAbhishek Sur9-Dec-09 23:09 

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.