2.0: infinite page load

  • Thread starter Thread starter R.A.M.
  • Start date Start date
R

R.A.M.

Hello,
(Sorry for my English...)
Could you help me please? I have little experience.

I have a page with a hyperlink to another one. When hyperlink is
clicked the second page is not displayed because progress bar in my
browser continuously runs (first I see long process of page load, then
I see progress bar slightly blinking at 100% - something is going on
but I don't know what because Page_Load exited and there's no stop at
breakpoint). Other links work fine.
Could you tell me please what are possible reasons of such application
behavior?

Thank you very much.
/RAM/
 
There could be multiple reasons for this

1. If the pages are on 2 different applications, may be your 2nd server
is slow or down
2. What if you have while LOOp and you are never coming out of that
loop


Can you paste your source code, may be that can help dig more into the
problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top