Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: New to ASP.NET need help Pin
Chris Quinn16-Apr-14 23:02
Chris Quinn16-Apr-14 23:02 
GeneralRe: New to ASP.NET need help Pin
Hari-CodeBlogger16-Apr-14 23:56
Hari-CodeBlogger16-Apr-14 23:56 
SuggestionRe: New to ASP.NET need help Pin
Richard Deeming17-Apr-14 2:18
mveRichard Deeming17-Apr-14 2:18 
GeneralRe: New to ASP.NET need help Pin
Hari-CodeBlogger17-Apr-14 20:04
Hari-CodeBlogger17-Apr-14 20:04 
QuestionRegarding Tabs Pin
Mahesh Devikar15-Apr-14 18:15
Mahesh Devikar15-Apr-14 18:15 
QuestionOpenXML add cell Pin
byka15-Apr-14 7:46
byka15-Apr-14 7:46 
Questionwhen we need cookiless session and why? Pin
Telstra15-Apr-14 4:29
professionalTelstra15-Apr-14 4:29 
AnswerRe: when we need cookiless session and why? Pin
ZurdoDev15-Apr-14 5:02
professionalZurdoDev15-Apr-14 5:02 
This article from Microsoft has a good summary: http://msdn.microsoft.com/en-us/library/aa479314.aspx[^]

If your the users using your web application have cookies disabled in their browser then you can use CookieLess sessions. The session ID gets encrypted and put into the query string instead of into a cookie. Your code does not need to change at all, unless you were trying to use cookies.
There are only 10 types of people in the world, those who understand binary and those who don't.

GeneralRe: when we need cookiless session and why? Pin
Telstra15-Apr-14 18:21
professionalTelstra15-Apr-14 18:21 
GeneralRe: when we need cookiless session and why? Pin
ZurdoDev16-Apr-14 2:01
professionalZurdoDev16-Apr-14 2:01 
QuestionAttributes without values Pin
Marc Clifton15-Apr-14 2:39
mvaMarc Clifton15-Apr-14 2:39 
AnswerRe: Attributes without values Pin
David Mujica15-Apr-14 3:07
David Mujica15-Apr-14 3:07 
AnswerRe: Attributes without values Pin
Richard Deeming15-Apr-14 3:51
mveRichard Deeming15-Apr-14 3:51 
GeneralRe: Attributes without values Pin
Marc Clifton15-Apr-14 4:27
mvaMarc Clifton15-Apr-14 4:27 
Questionhow to create quick answers forum same like in code project? Pin
Joshi Akash15-Apr-14 2:13
Joshi Akash15-Apr-14 2:13 
SuggestionRe: how to create quick answers forum same like in code project? Pin
Richard Deeming15-Apr-14 2:22
mveRichard Deeming15-Apr-14 2:22 
QuestionShow file directly on a DIV Pin
Maxpaine6914-Apr-14 4:16
Maxpaine6914-Apr-14 4:16 
AnswerRe: Show file directly on a DIV Pin
Nico Haegens14-Apr-14 22:51
professionalNico Haegens14-Apr-14 22:51 
QuestionHow Can i print byte array asp.net *web application* Pin
Anto Reegan13-Apr-14 19:59
Anto Reegan13-Apr-14 19:59 
QuestionC# Pin
Member 1074507612-Apr-14 18:39
Member 1074507612-Apr-14 18:39 
AnswerRe: C# Pin
Richard MacCutchan12-Apr-14 22:04
mveRichard MacCutchan12-Apr-14 22:04 
Questionxcopy is failing when directory is not found Pin
indian14311-Apr-14 6:55
indian14311-Apr-14 6:55 
AnswerRe: xcopy is failing when directory is not found Pin
Richard Andrew x6412-Apr-14 15:18
professionalRichard Andrew x6412-Apr-14 15:18 
GeneralRe: xcopy is failing when directory is not found Pin
indian14314-Apr-14 7:39
indian14314-Apr-14 7:39 
AnswerRe: xcopy is failing when directory is not found Pin
Richard Andrew x6414-Apr-14 15:33
professionalRichard Andrew x6414-Apr-14 15:33 

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.