Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
Richard MacCutchan30-Sep-09 6:04
mveRichard MacCutchan30-Sep-09 6:04 
GeneralRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
leckey30-Sep-09 6:22
leckey30-Sep-09 6:22 
GeneralRe: Why Don't Change Server Time? (Please Help, It is NOT urgent) - crosspost Pin
Hamid Khezeli30-Sep-09 8:51
Hamid Khezeli30-Sep-09 8:51 
AnswerRe: Why Don't Change Server Time? (Please Help, It is very urgent) Pin
Vasudevan Deepak Kumar1-Oct-09 2:52
Vasudevan Deepak Kumar1-Oct-09 2:52 
QuestionCalculating Web Service Response Time Pin
prabhakar dwivedi30-Sep-09 1:25
prabhakar dwivedi30-Sep-09 1:25 
AnswerRe: Calculating Web Service Response Time Pin
Abhishek Sur30-Sep-09 2:41
professionalAbhishek Sur30-Sep-09 2:41 
GeneralRe: Calculating Web Service Response Time Pin
prabhakar dwivedi30-Sep-09 3:01
prabhakar dwivedi30-Sep-09 3:01 
GeneralRe: Calculating Web Service Response Time Pin
Abhishek Sur30-Sep-09 5:16
professionalAbhishek Sur30-Sep-09 5:16 
Synchronous means the current thread will be blocked until response is received from the server. If you are holding the current thread, you cant do the calculation.

But I think there is one wayout. You can load the page in an IFrame, and check if Iframe.document is loaded. This will give you an option to calculate the Time.

Hope you got the idea. Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Calculating Web Service Response Time Pin
prabhakar dwivedi30-Sep-09 21:38
prabhakar dwivedi30-Sep-09 21:38 
GeneralRe: Calculating Web Service Response Time Pin
Abhishek Sur30-Sep-09 22:25
professionalAbhishek Sur30-Sep-09 22:25 
QuestionRe: Calculating Web Service Response Time Pin
prabhakar dwivedi30-Sep-09 23:12
prabhakar dwivedi30-Sep-09 23:12 
Questionwindow.open() --> modify title bar Url Pin
Hemant Thaker30-Sep-09 1:16
Hemant Thaker30-Sep-09 1:16 
AnswerRe: window.open() --> modify title bar Url Pin
Abhishek Sur30-Sep-09 2:39
professionalAbhishek Sur30-Sep-09 2:39 
GeneralRe: window.open() --> modify title bar Url Pin
Abhijit Jana30-Sep-09 2:47
professionalAbhijit Jana30-Sep-09 2:47 
GeneralRe: window.open() --> modify title bar Url Pin
Abhishek Sur30-Sep-09 22:07
professionalAbhishek Sur30-Sep-09 22:07 
QuestionRe: window.open() --> modify title bar Url Pin
Hemant Thaker30-Sep-09 6:47
Hemant Thaker30-Sep-09 6:47 
QuestionMenu Item Pin
Elamanand29-Sep-09 23:59
Elamanand29-Sep-09 23:59 
AnswerRe: Menu Item Pin
Vimalsoft(Pty) Ltd30-Sep-09 0:08
professionalVimalsoft(Pty) Ltd30-Sep-09 0:08 
GeneralRe: Menu Item Pin
Manas Bhardwaj30-Sep-09 0:42
professionalManas Bhardwaj30-Sep-09 0:42 
GeneralRe: Menu Item Pin
Vimalsoft(Pty) Ltd30-Sep-09 0:45
professionalVimalsoft(Pty) Ltd30-Sep-09 0:45 
GeneralRe: Menu Item Pin
Abhijit Jana30-Sep-09 0:58
professionalAbhijit Jana30-Sep-09 0:58 
GeneralRe: Menu Item Pin
Vimalsoft(Pty) Ltd30-Sep-09 1:01
professionalVimalsoft(Pty) Ltd30-Sep-09 1:01 
GeneralRe: Menu Item Pin
Manas Bhardwaj30-Sep-09 1:16
professionalManas Bhardwaj30-Sep-09 1:16 
GeneralRe: Menu Item Pin
Vimalsoft(Pty) Ltd30-Sep-09 1:18
professionalVimalsoft(Pty) Ltd30-Sep-09 1:18 
GeneralRe: Menu Item Pin
Manas Bhardwaj30-Sep-09 1:47
professionalManas Bhardwaj30-Sep-09 1:47 

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.