Re: How to set ImageGalleryPath in code

  •  01-09-2007, 12:49 PM

    Re: How to set ImageGalleryPath in code

    At what point should I set the ImageGalleryPath variable?.  I am restricted to using in-line C# with no code behind so where should I put the line:
     
    I tried this but it did not work.

    <CE:Editor id="Editor1" runat="server" Width="400" Height="300" AutoConfigure="None" ShowHtmlMode="False" ShowPreviewMode="False" EnableContextMenu="false" ShowGroupMenuImage="False" ShowBottomBar="False" BackColor="White" BorderColor="White"></CE:Editor><br>

    <% Editor1.Setting["security:ImageGalleryPath"] = "/uploads2"; %>

View Complete Thread