I have the Editor inside a DetailsView.
How do I reference this?
My DetailView is called DetailsView
My Editor is called txtContent
I am using:
Dim myEDITOR As CuteEditor.Editor = DetailsView1.FindControl("txtContent")
myEDITOR.Setting("security:ImageGalleryPath") = "~/COMPANY_FILES/" & appGlobal.company_id_pk & "/"
But this gives me a Object Not Found error.
This should work!
Help!