Click here to Skip to main content
15,896,269 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Conditions in aspx page Pin
kjosh20-Aug-08 18:23
kjosh20-Aug-08 18:23 
GeneralRe: Conditions in aspx page Pin
Christian Graus20-Aug-08 19:33
protectorChristian Graus20-Aug-08 19:33 
GeneralRe: Conditions in aspx page Pin
J4amieC20-Aug-08 22:50
J4amieC20-Aug-08 22:50 
AnswerRe: Conditions in aspx page Pin
Abhijit Jana20-Aug-08 18:17
professionalAbhijit Jana20-Aug-08 18:17 
AnswerRe: Conditions in aspx page Pin
Sandeep Akhare20-Aug-08 20:54
Sandeep Akhare20-Aug-08 20:54 
QuestionHow to Bind a gridview to a datatable without a tableAdapter Pin
Glen Harvy20-Aug-08 16:30
Glen Harvy20-Aug-08 16:30 
AnswerRe: How to Bind a gridview to a datatable without a tableAdapter Pin
S.Dhanasekaran21-Aug-08 23:20
S.Dhanasekaran21-Aug-08 23:20 
Questionashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 16:27
protectorChristian Graus20-Aug-08 16:27 
So, I have an ashx called image upload. Inside I have code like this:

<br />
if ( context.Session[Base.SessionKeys.CurrentRequest] != null && context.Session[Base.SessionKeys.CaseId] != null)<br />
{<br />
	if (int.TryParse(context.Session[Base.SessionKeys.CurrentRequest].ToString(), out currentRequest) && int.TryParse(context.Session[Base.SessionKeys.CaseId].ToString(), out caseID))<br />
	{<br />
		bool success = ImageUpload.UploadImage(context.Request.Files[key], currentRequest);<br />


This all works in IE, and the first line fails in FF, and in the debugger, I see that context.Session is empty. I've looked through the context object and can find no data in it whatsoever. Is there a trick here, or does this just not work in FF ?

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

AnswerRe: ashx session state is empty in firefox ? Pin
AhsanS20-Aug-08 19:34
AhsanS20-Aug-08 19:34 
GeneralRe: ashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 21:18
protectorChristian Graus20-Aug-08 21:18 
QuestionHow to programatically manipulate forms authentication settings of web.config file Pin
tjkota20-Aug-08 16:16
tjkota20-Aug-08 16:16 
AnswerRe: How to programatically manipulate forms authentication settings of web.config file Pin
Abhijit Jana20-Aug-08 18:26
professionalAbhijit Jana20-Aug-08 18:26 
GeneralRe: How to programatically manipulate forms authentication settings of web.config file Pin
tjkota22-Aug-08 9:11
tjkota22-Aug-08 9:11 
QuestionPost Message [modified] Pin
JoJuPi0120-Aug-08 10:14
JoJuPi0120-Aug-08 10:14 
AnswerRe: Post Message Pin
Blue_Boy20-Aug-08 14:15
Blue_Boy20-Aug-08 14:15 
Questioncompress Pin
aref8720-Aug-08 9:53
aref8720-Aug-08 9:53 
AnswerRe: compress Pin
Christian Graus20-Aug-08 15:10
protectorChristian Graus20-Aug-08 15:10 
GeneralRe: compress Pin
aref8720-Aug-08 15:26
aref8720-Aug-08 15:26 
GeneralRe: compress Pin
Christian Graus20-Aug-08 15:50
protectorChristian Graus20-Aug-08 15:50 
GeneralRe: compress Pin
aref8720-Aug-08 19:48
aref8720-Aug-08 19:48 
GeneralRe: compress Pin
aref8721-Aug-08 22:01
aref8721-Aug-08 22:01 
GeneralRe: compress Pin
aref8722-Aug-08 3:12
aref8722-Aug-08 3:12 
QuestionData to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 9:16
gamerdrew20-Aug-08 9:16 
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 10:44
gamerdrew20-Aug-08 10:44 
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
Jörgen Andersson20-Aug-08 11:02
professionalJörgen Andersson20-Aug-08 11:02 

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.