Displaying the time taken for a webpage to redirect to another webpage.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sureshreddy
    New Member
    • Feb 2007
    • 5

    Displaying the time taken for a webpage to redirect to another webpage.

    hi friends,

    I want the time to be displayed for a webpage to redirect to another webpage. You can see this concept in job sites when we fill all the details and click the search button it displays the results and displays as "Search Result returned within 0.041 seconds". I want to know how we can calculate the time. Give me a reply as soon as possible. If u know the code send to me.

    thanks in advance
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    An easy way to have a start and finish time in the code, as per this article:
    ASP.NET Best Practices for High Performance Applications
    Great general article :). Store these values in a session.
    Last edited by kenobewan; Feb 23 '07, 03:51 AM. Reason: Add session

    Comment

    Working...