cuteeditor

  •  02-01-2007, 3:47 PM

    cuteeditor

    I inserted this object inside a datalist. But I cant seem to retrieve the object to edit the field.
     
    Is there any special way of accessing this object inside a datalist.
     
     
    Dim ceSelectBlurb As CuteEditor.Editor = CType(ItemDetails.Items(0).FindControl("ceSelectBlurbText"), CuteEditor.Editor)
     
    inside the datalist_updatecommand method doesnt seem to find the object. Its nothing after stepping through the above line.
     
    Any suggestions.
View Complete Thread