page reloading issue

Discussion in 'ASP.NET / ASP.NET Core' started by Rookie, Nov 28, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am having an issue with a couple pages on my site that do not reload when called.

    Example: Someone comes to the home page then clicks "login". This directs them to a new page and allows them to log in. After they have logged in successfully they can click the "home" link to take them back to the home page but the page doesn't reconize the user unless I manually refresh the page. The pageload method is set up the same way one each page but only some pages require a manual refresh.

    Controls that cause postbacks on the page don't do anything either. The screen looks like it refreshes but nothing changes.


    Anyone have an idea why this is? I can provide code if needed.

    Thanks

    Post Edited (Rookie) : 11/28/2006 8:05:08 PM GMT
     
  2. Can you provide a link to your site andbrief instructions on how to replicate the problem?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. The site is www.theundersound.com

    you can log in using:
    user: devUser
    pass: password

    On the home page click "log in" then sign in with the provided username. Once you have logged in click the "home" link in the header to go back to the main page. You will notice that the user Menu (blue bar under the header)does not show up unless you manually refresh the page.

    thanks
     
  4. It seems to work fine on my side w/ Firefox and IE.Some kind of caching issue I guess.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. That's odd.Thanks for taking a look.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page