Re: getting the content of Editor1.Text; blank

  •  04-29-2010, 2:58 AM

    Re: getting the content of Editor1.Text; blank

    hello eric
     
    i checked everything and found out few things that my alead to the error
    i get the below error when i compile the application
     
    Warning 1 Generation of designer file failed: Unknown server tag 'CE:Editor'. 
     
    the editor works fine with inline coding ie using script runat server tag
    but the prblm is some how the mail is not getting sent
    but id i use the code behind i get the same error as editor1 is not defined as i found that in the dsigner file the editor is not getting  created like
    Protected WithEvents btnUpdate As Global.System.Web.UI.WebControls.Button
    so may be as the editor is not getting rreferenced in the designer file its giving undefined error
    i tried to add the above line manually as
    Protected WithEvents Editor1 As cuteeditor
    but after  'as ' i get no namespace related to cuteeditor for referencing
    do i  need to reference the DLL in the project , its in bin folder at present
     
    somehow i need to have the coding in code behind , but i feel the editor is not getting created in the designer so the error
    how do i solve it
    i tired making getcontents and adding the cod eu have given
    it too showed the same
    the designer was empty and showed me
    Warning 1 Generation of designer file failed: Unknown server tag 'CE:Editor'.  and in code nedhind gave me editor1 not defined
View Complete Thread