Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Previous Page Problem Pin
waheed awan12-Feb-08 14:47
waheed awan12-Feb-08 14:47 
GeneralRe: Previous Page Problem Pin
levonh200320-May-08 7:26
levonh200320-May-08 7:26 
GeneralProblem with ListView and Request.QueryString [modified] Pin
foahchon11-Feb-08 12:54
foahchon11-Feb-08 12:54 
GeneralRe: Problem with ListView and Request.QueryString Pin
dojohansen12-Feb-08 2:23
dojohansen12-Feb-08 2:23 
QuestionInternal ASP.NET threading model Pin
dojohansen11-Feb-08 7:26
dojohansen11-Feb-08 7:26 
GeneralRe: Internal ASP.NET threading model Pin
ToddHileHoffer11-Feb-08 8:15
ToddHileHoffer11-Feb-08 8:15 
GeneralRe: Internal ASP.NET threading model Pin
dojohansen11-Feb-08 23:26
dojohansen11-Feb-08 23:26 
GeneralRe: Internal ASP.NET threading model Pin
dojohansen11-Feb-08 23:31
dojohansen11-Feb-08 23:31 
I should be more precise about one thing because reading my post I see that I am inviting one misunderstanding: I say that the CallContext is used to provide access to the intrinsic asp.net objects, and that is true. However, I should be more explicit, because otherwise people will think I'm confusing CallContext and HttpContext.

So just to be clear, it is the reference to the current HttpContext which is kept in the CallContext, and the other intrinsics come from that one again.

Basically what we're doing is a sort of simplistic mimicking of the way it's done in asp.net, believing that this design isn't too bad. You could say our business logic relies on a thread context that has been initialized by our own code rather than one initialized by asp.net framework code; thus enabling us to do such initialization in both our scheduler service and the web application.
GeneralRe: Internal ASP.NET threading model Pin
ToddHileHoffer12-Feb-08 1:31
ToddHileHoffer12-Feb-08 1:31 
GeneralRe: Internal ASP.NET threading model Pin
dojohansen12-Feb-08 2:12
dojohansen12-Feb-08 2:12 
GeneralRe: Internal ASP.NET threading model Pin
ToddHileHoffer12-Feb-08 2:22
ToddHileHoffer12-Feb-08 2:22 
GeneralRe: Internal ASP.NET threading model Pin
dojohansen12-Feb-08 3:00
dojohansen12-Feb-08 3:00 
GeneralRe: Internal ASP.NET threading model Pin
ToddHileHoffer12-Feb-08 3:16
ToddHileHoffer12-Feb-08 3:16 
QuestionRequest is not available in this context Pin
Ryno Burger11-Feb-08 6:34
Ryno Burger11-Feb-08 6:34 
GeneralRe: Request is not available in this context Pin
dojohansen11-Feb-08 7:49
dojohansen11-Feb-08 7:49 
GeneralRe: Request is not available in this context Pin
Not Active11-Feb-08 7:59
mentorNot Active11-Feb-08 7:59 
Generalneed regular expression of a strict (999) 999-9999 Format Pin
Rocky#11-Feb-08 6:05
Rocky#11-Feb-08 6:05 
AnswerRe: need regular expression of a strict (999) 999-9999 Format Pin
dilipv11-Feb-08 19:41
dilipv11-Feb-08 19:41 
GeneralRe: need regular expression of a strict (999) 999-9999 Format Pin
Rocky#11-Feb-08 19:52
Rocky#11-Feb-08 19:52 
GeneralASP.NET C# Mifare Reader Web System Pin
Tyrone Boon11-Feb-08 5:57
Tyrone Boon11-Feb-08 5:57 
GeneralCross Post Pin
led mike11-Feb-08 6:18
led mike11-Feb-08 6:18 
Generaloutlook in asp.net Pin
i gr811-Feb-08 3:50
i gr811-Feb-08 3:50 
GeneralRe: outlook in asp.net Pin
Not Active11-Feb-08 5:09
mentorNot Active11-Feb-08 5:09 
GeneralRe: outlook in asp.net Pin
i gr811-Feb-08 7:48
i gr811-Feb-08 7:48 
GeneralRe: outlook in asp.net Pin
Not Active11-Feb-08 7:54
mentorNot Active11-Feb-08 7:54 

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.