general implementation question.

  •  04-05-2007, 12:27 PM

    general implementation question.

    I'm curious as to the general way this editor is implemented  in asp.net apps. Do you just put the editor on the aspx page and when in edit mode, use the editor to design the contents of that same page, and when not in edit mode, hide the editor so the generated html shows on the page? (So therefore there is an editor on each aspx page)?
     
    Or do you just us the editor to edit other aspx pages (and not the one the editor is itself in)? If so, can you just load in the aspx page into the editor? How would this work if you are using masterpages and the content has to go inbetween the asp.content sections?
     
    Thanks,
    Rut
View Complete Thread