Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi thereI want this I dont now how to do it
I have a page where users can logg in with the membercontrol
and when there are not logged in I want to show them some text that written in one Richtext editor property
and when they are logged in I want to show another text from another Richtext editor property
I tried to do a macro with if else and has access
But I cant get it to work
Please help
Best/Henrik
You should be able to use the asp:loginview asp.net membership control. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.loginview.aspx
<asp:LoginView id="LoginView1" runat="server"> <AnonymousTemplate> <xsl:value-of select="" /> </AnonymousTemplate> <LoggedInTemplate> <xsl:value-of select="" /> </LoggedInTemplate></asp:LoginView>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Logged in text
Hi there
I want this I dont now how to do it
I have a page where users can logg in with the membercontrol
and when there are not logged in I want to show them some text that written in one Richtext editor property
and when they are logged in I want to show another text from another Richtext editor property
I tried to do a macro with if else and has access
But I cant get it to work
Please help
Best
/Henrik
You should be able to use the asp:loginview asp.net membership control. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.loginview.aspx
is working on a reply...