Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Printing an exported word report Pin
samerh15-Feb-10 19:47
samerh15-Feb-10 19:47 
GeneralRe: Printing an exported word report Pin
Eddy Vluggen15-Feb-10 23:21
professionalEddy Vluggen15-Feb-10 23:21 
QuestionPassing web pages as parameters Pin
muka6615-Feb-10 3:04
muka6615-Feb-10 3:04 
AnswerRe: Passing web pages as parameters Pin
JHizzle15-Feb-10 3:48
JHizzle15-Feb-10 3:48 
GeneralRe: Passing web pages as parameters Pin
muka6615-Feb-10 20:01
muka6615-Feb-10 20:01 
GeneralRe: Passing web pages as parameters Pin
JHizzle15-Feb-10 22:41
JHizzle15-Feb-10 22:41 
QuestionConcurrent Requests from Same Session Pin
Tridip Bhattacharjee15-Feb-10 1:59
professionalTridip Bhattacharjee15-Feb-10 1:59 
AnswerRe: Concurrent Requests from Same Session Pin
Abhishek Sur15-Feb-10 2:30
professionalAbhishek Sur15-Feb-10 2:30 
Of course... This will be. Actually if you make a synchronous call, the thread that is running in the server, which processes your request and gives you the response will be blocked and will be doing the processing.

Until the HttpResponse is reached to the client, you cannot invoke any request to the same session..

IF you like to do that, place all your session in Database, or any location that is accessible, now you can invoke as many HttpHandler as you want with no IRequiresSessionState.

I hope this will help.
Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend

QuestionSound Pin
JustWorking14-Feb-10 23:40
JustWorking14-Feb-10 23:40 
AnswerRe: Sound Pin
Abhishek Sur15-Feb-10 0:22
professionalAbhishek Sur15-Feb-10 0:22 
Questionviewstate Pin
diyaa_0814-Feb-10 23:25
diyaa_0814-Feb-10 23:25 
AnswerRe: viewstate Pin
keyur satyadev15-Feb-10 0:18
keyur satyadev15-Feb-10 0:18 
GeneralRe: viewstate Pin
diyaa_0815-Feb-10 17:42
diyaa_0815-Feb-10 17:42 
GeneralRe: viewstate Pin
keyur satyadev15-Feb-10 23:44
keyur satyadev15-Feb-10 23:44 
AnswerRe: viewstate Pin
Not Active15-Feb-10 1:32
mentorNot Active15-Feb-10 1:32 
Questionhow to get cityname from the zipcode in asp.net Pin
visukk14-Feb-10 23:10
visukk14-Feb-10 23:10 
AnswerRe: how to get cityname from the zipcode in asp.net Pin
Not Active15-Feb-10 1:34
mentorNot Active15-Feb-10 1:34 
GeneralRe: how to get cityname from the zipcode in asp.net Pin
visukk15-Feb-10 18:47
visukk15-Feb-10 18:47 
GeneralRe: how to get cityname from the zipcode in asp.net Pin
Not Active15-Feb-10 23:33
mentorNot Active15-Feb-10 23:33 
Questionsession is lost even in SqlServer Session mode Pin
Amit Spadez14-Feb-10 22:51
professionalAmit Spadez14-Feb-10 22:51 
Questiononclick event of hyperlink Pin
muka6614-Feb-10 22:45
muka6614-Feb-10 22:45 
AnswerRe: onclick event of hyperlink Pin
Abhishek Sur14-Feb-10 22:50
professionalAbhishek Sur14-Feb-10 22:50 
GeneralRe: onclick event of hyperlink Pin
muka6614-Feb-10 23:06
muka6614-Feb-10 23:06 
GeneralRe: onclick event of hyperlink Pin
m@dhu14-Feb-10 23:32
m@dhu14-Feb-10 23:32 
GeneralRe: onclick event of hyperlink Pin
muka6614-Feb-10 23:59
muka6614-Feb-10 23:59 

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.