Sunday, March 11, 2012

LoginStatus control does not work inside an UpdatePanel

Update on this. It turns out that you don't even need an UpdatePanel to break the LoginStatus control. all you need is to have a ScriptManager with EnablePartialRendering=true anywhere on the page. This is sufficient to produce the behavior I described above (every time I had removed the UpdatePanel, I was also removing the script manager).

No comments:

Post a Comment