Control error Asp.Net 2.0

  •  04-06-2006, 2:23 PM

    Control error Asp.Net 2.0

       Hi,
    I'm using the <ce:editor> in an Insert template of the detailsView in asp.net 2.0. I'm using VWD as the ide and I'm using Masterpages. It works, but in design mode, I receive this error on the control after adding the editor.. and can no longer see the form.
     
    "There was an error rendering the control. Exception has been thrown by the target of the invocation."
     
    Note the form still works and I can insert data into the database.
     
    Here is the code:
     
     

    <InsertItemTemplate>

    <ce:Editor id = "Question" EditorWysiwygModeCss="../example.css" TemplateItemList="Bold,Italic,Underline" Height=150 Width=200 ShowBottomBar="false" Text='<%# Bind("Question") %>' runat = "Server"></CE:Editor></InsertItemTemplate>
     
    Any help would be appreciated.
View Complete Thread