'~/WebsiteDocuments/xxxsports"
thanks,
susan
Dim imagepath() As String = {"/WebsiteDocuments/xxxsports"}
WebSportContent2Text.ImageManager.UploadPaths = imagepath
WebSportContent2Text.ImageManager.ViewPaths = imagepath
WebSportContent2Text.ImageManager.DeletePaths = imagepath
And the .aspx:
<telerik:RadEditor ID="WebSportContent2Text" ToolTip="true" runat="server" TabIndex="1" ContentAreaCssFile="../editorGray.css" Width="700px" Skin="Web20">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="RealFontSize" />
<telerik:EditorTool Name="AjaxSpellCheck" />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="PasteFromWord" />
<telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
<telerik:EditorTool Name="PastePlainText" />
<telerik:EditorTool Name="PasteAsHTML" />
<telerik:EditorTool Name="Undo" />
<telerik:EditorTool Name="Redo" />
<telerik:EditorTool Name="FormatStripper" />
<telerik:EditorTool Name="ImageManager" />
<telerik:EditorTool Name="InsertTable" />
<telerik:EditorTool Name="ToggleTableBorder" />
<telerik:EditorTool Name="LinkManager" />
<telerik:EditorTool Name="Unlink" />
<telerik:EditorTool Name="InsertSymbol" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyRight" />
<telerik:EditorTool Name="JustifyFull" />
<telerik:EditorTool Name="JustifyNone" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="FormatCodeBlock" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="FontSize" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorTool Name="FormatCodeBlock" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
</telerik:RadEditor></td></tr>