I'm new to using the RadEditor. Currently, I use a simple textbox control to edit the "text" fields from my db (SQL Server).
I'd like to move into using the RadEditor in order to be able to have clickable URLs and text formatting.
I'm having trouble getting my text from the db into the RadEditor on an aspx page.
Can someone steer me in the right direction? I tried setting:
RadEditor1.text = "something" (which was really my db field's value)
but I received an error that this "text" property is "read-only". This method works fine for the textbox control. My intution was wrong about the RadEditor's property apparently.
I'd like to set whatever code/properties necessary in the code-behind so if you could offer that in your response, I'd appreciate it.
Thanks for any assistance!
Mark
I'd like to move into using the RadEditor in order to be able to have clickable URLs and text formatting.
I'm having trouble getting my text from the db into the RadEditor on an aspx page.
Can someone steer me in the right direction? I tried setting:
RadEditor1.text = "something" (which was really my db field's value)
but I received an error that this "text" property is "read-only". This method works fine for the textbox control. My intution was wrong about the RadEditor's property apparently.
I'd like to set whatever code/properties necessary in the code-behind so if you could offer that in your response, I'd appreciate it.
Thanks for any assistance!
Mark