Try our conversational search powered by Generative AI!

How to allow users to edit page url address inside EPiServer

Vote:
 

In my page template i have many url links. i want to allow users in EPiSevrer to change the url name or link when they wish to update link name or address. have a page template, for this i have a page type which has a property (LinkProp) of type 'URL to page/external address'. - So far I have...

<asp:HyperLink ID="myLink" Text="NewLink" runat="server"
            NavigateUrl="~/SearchTemplateNew.aspx">MYLINK
            <EPiServer:Property ID="Property1" PropertyName="LinkProp" runat="server" />
            </asp:HyperLink>

In EpiSever - users can add URL address on my page but i want them to be able to replace existing one. Can someone give me ideas how to achieve this? Many Thanks!

#34683
Nov 11, 2009 23:12
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.