Hi i was going through the tutorial in the link below to integrate CKeditor into my asp.net website.
I got stuck at step 4.
if (HttpContext.Current.User.Identity.IsAuthenticated) { string MyPage = Strings.LCase(Strings.Left (System.IO.Path.GetFileName(Request.ServerVariables("SCRIPT_NAME")), Strings.InStr(System.IO.Path.GetFileName (Request.ServerVariables("SCRIPT_NAME")), ".") - 1)); Response.Write("<a href='/admin/siteadministration.aspx?page=" + MyPage + "'>Edit this page</a>"); }
I would imagine this goes in my code behind but i am positive there is something missing or i am not registering it.
Saying that i am pretty much stuck on all of step 4, the link is:
http://evonet.com.au/creating-a-content ... -web-site/
New to all this would appreciate the help thanks.
Re: CKeditor help in Asp.Net
As far as I can see, you are trying to use some very old third-party tutorial to integrate FCKeditor into your ASP.NET site. It does not make much sense, IMHO, as FCKeditor is already a retired and no longer supported product.
What is more, there is a far better option available for ASP.NET -- CKEditor for ASP.NET. See the Developer's Guide section for CKEditor for ASP.NET for all details regarding its integration with your website.
You can download CKEditor for ASP.NET here: http://ckeditor.com/download
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: CKeditor help in Asp.Net
Hi Anna thank you for the reply.
I posted the wrong link, the correct link is: http://evonet.com.au/Creating-a-Content ... -CKEditor/
Still stuck with same problem has above if anyone can help, ive checked the developers notes with not luck to what i am looking for. It easy to implement CKeditor in by site but i want to use it for data driven content.