This question is locked. New answers and comments are not allowed.
I am using the free raditor for moss in a share point WSS implementation. I have recently added some server side code to the masterpage. The causes errors in the rad editor. The documentation calls to wrap the server side code with a radcodeblock. I need some assistance in getting that going.
Where do I download the Telerik.Web.UI.dll?
Do I add to the GAC?
Is this example the expected way to implement?
<head>
Where do I download the Telerik.Web.UI.dll?
Do I add to the GAC?
Is this example the expected way to implement?
<head>
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
<% my code ... SPweb calls
%>
</telerik:RadCodeBlock
</head>
What does the tag prefix look like for telerik?
<%@ Register Tagprefix="telerik" Namespace="" Assembly=", Version=12.0.0.0, Culture=neutral, PublicKeyToken= " %>
Any help would be appreciated.
Thanks
Frank
<% my code ... SPweb calls
%>
</telerik:RadCodeBlock
</head>
What does the tag prefix look like for telerik?
<%@ Register Tagprefix="telerik" Namespace="" Assembly=", Version=12.0.0.0, Culture=neutral, PublicKeyToken= " %>
Any help would be appreciated.
Thanks
Frank