Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want load data in ckeditor


it's work load data in TextBox :

VB
TextBox.text = "Hello World"


But i want load into CkEditor
VB
"Hello World"



i try this ... not work :(
VB
CKEditor1.Text = "Hello World"


CkEdior1 (CkEditor ID)
Posted

1 solution

The code that you are showing contains no error.
Perhaps it is some configuration errors.
Check out the official sample of ASP.NET provided from CKEditor:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/ASP.NET/Samples[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900