Sunday, March 11, 2012

Login vs. the Update Panel

The Login control does a Response.Redirect() after a successful login to ensure that the entire page is loaded in a "logged in" state. Otherwise the page starts out in logged-out mode, then half way through you get authenticated, then the rest of the page loads in logged-in mode.

A Response.Redirect() will always cause a full refresh.

Thanks,

Eilon


i am not sure my suggestion will help you,

please take a look at the atlas wiki sample application login implementation which was using Sys.Services.AuthenticationService to implement the same.


vijaypothireddy,

Do you know the link for the above sample that you mention using the Sys.Services.AuthenticationService...also do you know of any good samples involving the Sys.Services.ProfileService??

Thanks, Greg Benoit

No comments:

Post a Comment