Hi, I realise that this thread is very old, but it's the closest I've found to the problem I'm experiencing with the CSS Friendly Login adapter.
I have a standard Login control that I converted to a template and added/edited some features. This worked fine and I was able to login as expected. However, when I added the CSS Friendly adapters (latest build), I was suddenly unable to login. The requiredfield
validation events etc still worked, but the login/membership stuff didn't - all I got was a plain page refresh. If I take out the CSS Friendly adapaters the conde works again, so it is definitely something associated with how the login control is amended.
I've looked for a solution but can't find anything. Is this a known issue? Is there a workaround or have I just got to do something else to make things work?
I put a breakpoint on Login1_loggedIn and Login1_LoginError. These are hit when the CSS Friendly adapters are not included in the project, but are not when the adapters are.
My code:
}
I would really welcome any assisitance you can give. This has become really frustrating.
iansml
Member
2 Points
1 Post
Re: LoginAdapter breaks the log-in
Jan 20, 2010 04:11 PM|LINK
Hi, I realise that this thread is very old, but it's the closest I've found to the problem I'm experiencing with the CSS Friendly Login adapter.
I have a standard Login control that I converted to a template and added/edited some features. This worked fine and I was able to login as expected. However, when I added the CSS Friendly adapters (latest build), I was suddenly unable to login. The requiredfield validation events etc still worked, but the login/membership stuff didn't - all I got was a plain page refresh. If I take out the CSS Friendly adapaters the conde works again, so it is definitely something associated with how the login control is amended. I've looked for a solution but can't find anything. Is this a known issue? Is there a workaround or have I just got to do something else to make things work?
I put a breakpoint on Login1_loggedIn and Login1_LoginError. These are hit when the CSS Friendly adapters are not included in the project, but are not when the adapters are.
My code:
I would really welcome any assisitance you can give. This has become really frustrating.