M
musosdev
Hi guys
I have a nice login box all setup that I need to use on multiple pages of my
website. Seems simple enough... I drop the asp:Login onto the WUC and add
that to the pages that I need, right?
Well, I'm getting an error...
System.Web.HttpParseException:
c:\Code\SVN\Musoswire\Website\_webctrl\MusoswireLogin.ascx(3): error CS1061:
'ASP._webctrl_musoswirelogin_ascx' does not contain a definition for
'RedirectOnLogin' and no extension method 'RedirectOnLogin' accepting a first
argument of type
What do I need to do to enable this?
Basically, all I want is to encapsulate my login control, so I don't have to
change all the settings in multiple locations.
Here's my asp:Login...
<asp:Login ID="loginForm"
MembershipProvider="NHMembershipProvider"
UserNameLabelText="Username/Email: "
LabelStyle-CssClass ="login"
UserNameRequiredErrorMessage="Please enter a username"
PasswordLabelText="Password: "
PasswordRequiredErrorMessage="Please enter a password"
InstructionText="Your Musoswire Account..."
DisplayRememberMe="false"
TitleText=""
runat="server"
LoginButtonStyle-CssClass="button"
OnLoggedIn="RedirectOnLogin" Width="100"
/>
Thanks for any help you can provide!
Dan
I have a nice login box all setup that I need to use on multiple pages of my
website. Seems simple enough... I drop the asp:Login onto the WUC and add
that to the pages that I need, right?
Well, I'm getting an error...
System.Web.HttpParseException:
c:\Code\SVN\Musoswire\Website\_webctrl\MusoswireLogin.ascx(3): error CS1061:
'ASP._webctrl_musoswirelogin_ascx' does not contain a definition for
'RedirectOnLogin' and no extension method 'RedirectOnLogin' accepting a first
argument of type
What do I need to do to enable this?
Basically, all I want is to encapsulate my login control, so I don't have to
change all the settings in multiple locations.
Here's my asp:Login...
<asp:Login ID="loginForm"
MembershipProvider="NHMembershipProvider"
UserNameLabelText="Username/Email: "
LabelStyle-CssClass ="login"
UserNameRequiredErrorMessage="Please enter a username"
PasswordLabelText="Password: "
PasswordRequiredErrorMessage="Please enter a password"
InstructionText="Your Musoswire Account..."
DisplayRememberMe="false"
TitleText=""
runat="server"
LoginButtonStyle-CssClass="button"
OnLoggedIn="RedirectOnLogin" Width="100"
/>
Thanks for any help you can provide!
Dan