Right now I am using an asp.net image button for my login button. I also set masterpage variables during this login process which I display on the front-end using <%= somevariablename %>
The problem I am having is I can’t do any nice effects for login validation. All I have is a literal that is hidden and gets displayed on validation error. If I use jquery ajax to fire off the login I can’t set the masterpage variables because the method is static…
Anyone have any good ideas?
I re-did the login using jquery (no server controls). I changed the way I handled he back-end by storing variables in a session rather than in masterpage properties