Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dan 29 posts 53 karma points
    Oct 09, 2009 @ 19:47
    dan
    0

    Member Controls

    I have installed the package for membercontrols and built a template with the macro. I am having trouble where I login correctly. But the template of the page I log into is the same as the log in, although I set up a new template to show just the log out information. I want to redirect the user to a specific page and then have subpages under that. 

     

    Any help would be great.

     

    www.monjasco.com

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 09, 2009 @ 22:07
    bob baty-barr
    0

    if you are using v4 -- it may be easier just to use the .net member controls natively...

    <asp:Login ID="Login1" runat="server" DestinationPageUrl="~/profile.aspx" DisplayRememberMe="false" RememberMeSet="false"></asp:Login>

    see if messing with the build in .net controls makes life any more managable for ya :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies