Reference CuteEditor in a DetailsView

  •  05-29-2008, 6:38 AM

    Reference CuteEditor in a DetailsView

    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!
     
View Complete Thread