Editting ASP Code

  •  06-07-2007, 3:54 PM

    Editting ASP Code

    I'm trying to get the editor to allow editting ASP pages, like the example at http://cutesoft.net/example/AllowEditServerSideCode.aspx.
     
    That example does exactly what I want, but when I set the Editor.AllowEditServerSideCode property to true it keeps the ASP code, but still adds <HTML> and <BODY> tags.  It's also stripping ASP code out of ASP templates when they're inserted from the template gallery.
     
    Are there other settings I need to use in conjunction with Editor.AllowEditServerSideCode?
     
    Thanks.
View Complete Thread