I have a weird problem which I have never encountered before.
I published a website which has 7 menu items. When I click on item 2 for example, the page opens up fine.
Now I click on item 3, the browser seems to spin a little, but item 2 still remains on the screen.
This continues to happen if I continue to click other menu items until I have clicked (more or less) a total of 7 times. After that it works fine.
The menu is composed of Linkbuttons handled by a c# script which redirects to corresponding page.
A couple more things:
1- It only seems to happen the first time I access the website. If I access the website after that first time, it works fine.
2- It doesn't happen in my development system. It only happens at the published website (ISP).
Go to the complete details ...