Hya..
I'm having this problem events from any of the login controls that are connected with adapters are being invoked more than once, more details on this previous post i did because i wasn't sure it was a css friendly problem http://forums.asp.net/thread/1485865.aspx I've made several combinations and it all points to a combined issue, but i have no more ideas, i've done the following combinations:
- CSSFriendly + SQL Membership = OK (debugging on login control LoggedIn event is called only once)
- CSSFriendly + Custom Membership = Called twice (tested logged in event and ResetPassword method on CustomMembership)
- Behaviour is correct on both without adapters..
I really can't find any issue on my web.config..
Any help would be much apreciated..
Regards,