0

I have an application where I have put some number of "RadPane" controls and have set the "ContentUrl" to some "internal" pages. The problem here is that they are getting loaded one after the other and not simultaneously.
I understand that there is limit to the number of browser threads. But since I'm using IE9 and there, the number of threads is 6, so at-least 6 Panes should load simultaneously, but it does not.
Things work as expected when I use external links instead of internal links.
I get the same behavior in Firefox and Chrome.

How can I make the multiple RadPanes load the URL with internal links simultaneously?

Anuj
  • 1
  • 2

1 Answers1

0

Finally i got the answer.
The issue is not with the "RadPanes" and internal links, the problem is regarding

"Make more than one request at a time if the Session is in use"

Follow the link for more details

Community
  • 1
  • 1
Anuj
  • 1
  • 2