User601688711 posted
Hi, I've a menu that shows an access to the site, when you are logged the menu it's expanded and you can choose another options like change password. This change I control it with variable sessions. Well, when I click an option on the menu another
aspx it's loaded on a div. The problem I've is that if I get logged and after I'm going to change the password the css is not applied, I mean, the form should appear does it but the format of the text changed (the table appears centrated, it does it fine),
as if I hadn't made nothing. But if I start the site with the option of the menu unblocked and I access it the form It's shown correctly. Any idea why is this happening?
I'm using 2 diferrents aspx to login and change password, and the first one loaded it's shown correctly. I've tried too apply an unique format style to the form change password and it is not shown.
Login form shown correctly
http://imageshack.us/photo/my-images/812/loginok.jpg/
Change Password Form shown bad
http://imageshack.us/photo/my-images/820/modpasko.jpg/
Change Password Form If I start with the option unblocked
http://imageshack.us/photo/my-images/221/modpasok.jpg/
I hope you could help me. Best regards!