Hi Imar,
I figured out why the menus didn't work unless I clicked the Login button. My website is a relatively small website and when you first get in it is through default.aspx. From that page you can get to the other pages via the menu.
However the menu did not work in Chrome and Safari so there was no way to get to the other pages except throught the Login button. That left only two pages available the default page and the Login page. One worked the other didn't, so I therefore looked at the Default.aspx.
vb code and noticed that it did not inherit the basepage, it was still inheriting from "System.Web.UI.Page". Some how that slipped by me. Anyway, I changed it to inherit from BasePage and now it works fine.
Thanks for helping with the
VB vs C# code syntax problem.
Fred