J
JL
I am implementing a login page using ASP.NET 2.0 Login control. I'd
like user use their email as user name, I have implemented my own
Authenticate even handler, but I get a "LayoutTemplate does not
contain an IEditableTextControl with ID UserName for the username."
Error during page load because I useed Email as the ID of the textbox
instead UserName. I know I can name the textbox (accept email address
as user name) as UserName, but handle it as a email address in the
code. Is this the only way to work around this issue?
JL
like user use their email as user name, I have implemented my own
Authenticate even handler, but I get a "LayoutTemplate does not
contain an IEditableTextControl with ID UserName for the username."
Error during page load because I useed Email as the ID of the textbox
instead UserName. I know I can name the textbox (accept email address
as user name) as UserName, but handle it as a email address in the
code. Is this the only way to work around this issue?
JL