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.
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
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 :)
is working on a reply...