Click here to Skip to main content
15,902,189 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioni want my one web page to be run on my one client 's pc only Pin
Devang Vaja29-Aug-12 20:15
Devang Vaja29-Aug-12 20:15 
AnswerRe: i want my one web page to be run on my one client 's pc only Pin
Eddy Vluggen29-Aug-12 22:32
professionalEddy Vluggen29-Aug-12 22:32 
GeneralRe: i want my one web page to be run on my one client 's pc only Pin
Albarhami30-Aug-12 0:50
Albarhami30-Aug-12 0:50 
GeneralRe: i want my one web page to be run on my one client 's pc only Pin
Eddy Vluggen30-Aug-12 1:03
professionalEddy Vluggen30-Aug-12 1:03 
AnswerCross post Pin
Wes Aday30-Aug-12 1:29
professionalWes Aday30-Aug-12 1:29 
GeneralRe: i want my one web page to be run on my one client 's pc only Pin
jkirkerx30-Aug-12 7:01
professionaljkirkerx30-Aug-12 7:01 
Questionhow can i perform a time taking process in a page by considering the performance Pin
PP from bangalore29-Aug-12 9:37
PP from bangalore29-Aug-12 9:37 
AnswerRe: how can i perform a time taking process in a page by considering the performance Pin
jkirkerx29-Aug-12 10:03
professionaljkirkerx29-Aug-12 10:03 
Well someone correct me if I'm wrong here,

If you change pages, then the process will continue to run, until the server is alerted that the user is no longer on that page, so when the answer is ready, that page won't be there anymore to receive the answer. It will have destroyed the old page, and moved on to the new page with complete disregard for the old page.

When the request is made, the server will send back a success code, and the browser will wait for the html stream, or response stream.

In order to send small amounts of html back to the page while waiting, you have to put something in the response buffer, and dump the buffer back to the browser, so it will not timeout, until your main response buffer is ready to complete the process.

If you use an iFrame, that's like splitting a browser into 2, in which several processes can run at the same time to different servers.

But in hind sight, if you can't write code for the response buffer, to send html every 10 seconds or so, then the whole thing will timeout on you.
GeneralRe: how can i perform a time taking process in a page by considering the performance Pin
PP from bangalore31-Aug-12 10:07
PP from bangalore31-Aug-12 10:07 
GeneralRe: how can i perform a time taking process in a page by considering the performance Pin
jkirkerx31-Aug-12 10:51
professionaljkirkerx31-Aug-12 10:51 
AnswerRe: how can i perform a time taking process in a page by considering the performance Pin
David Mujica29-Aug-12 10:38
David Mujica29-Aug-12 10:38 
GeneralRe: how can i perform a time taking process in a page by considering the performance Pin
jkirkerx29-Aug-12 11:21
professionaljkirkerx29-Aug-12 11:21 
QuestionHosting GWT .js in an MVC app? [solved] Pin
Ravi Bhavnani29-Aug-12 4:34
professionalRavi Bhavnani29-Aug-12 4:34 
Questiongridvie Pin
Abubakar Shaikh .29-Aug-12 3:55
Abubakar Shaikh .29-Aug-12 3:55 
AnswerRe: gridvie Pin
Sandeep Mewara29-Aug-12 5:46
mveSandeep Mewara29-Aug-12 5:46 
AnswerRe: gridvie Pin
archifux6-Sep-12 12:34
archifux6-Sep-12 12:34 
AnswerRe: gridvie Pin
archifux6-Sep-12 12:35
archifux6-Sep-12 12:35 
Questiongridvie Pin
Abubakar Shaikh .29-Aug-12 3:53
Abubakar Shaikh .29-Aug-12 3:53 
AnswerRe: gridvie Pin
Richard MacCutchan29-Aug-12 4:19
mveRichard MacCutchan29-Aug-12 4:19 
AnswerRe: gridvie Pin
R. Giskard Reventlov29-Aug-12 5:52
R. Giskard Reventlov29-Aug-12 5:52 
Generalget pc name and ip address of client Pin
Devang Vaja29-Aug-12 3:52
Devang Vaja29-Aug-12 3:52 
GeneralRe: get pc name and ip address of client Pin
Wes Aday29-Aug-12 4:17
professionalWes Aday29-Aug-12 4:17 
QuestionUrgent -----------.RDLC to .Rld Conversion Pin
ashwani Kumar Una29-Aug-12 3:18
ashwani Kumar Una29-Aug-12 3:18 
AnswerRe: Urgent -----------.RDLC to .Rld Conversion Pin
Pete O'Hanlon29-Aug-12 3:40
mvePete O'Hanlon29-Aug-12 3:40 
GeneralRe: Urgent -----------.RDLC to .Rld Conversion Pin
ashwani Kumar Una29-Aug-12 3:58
ashwani Kumar Una29-Aug-12 3:58 

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.