Re: Serious problem in VS Designer when placing editor inside a View control

  •  08-08-2007, 2:00 PM

    Re: Serious problem in VS Designer when placing editor inside a View control

    ok, one workaround I found for this issue was to put the Cute Editor inside a UserControl called "Editor.ascx", then wrap those specific properties I would sure use/modify (such as Text, Width, Height) and the problem was gone.. VS Designer will work ok

    I also found this solution pretty nice for simplifying CuteEditor's aspx markup declaration since I use the same properties for all my pages so whenever I had to change one styling or other property, I had to do the same on all pages

    Hope this helps anyone

    Eric

View Complete Thread