CuteEditor - Serializable and Using Repeater List

  •  08-06-2004, 1:33 PM

    CuteEditor - Serializable and Using Repeater List

    Is cuteeditor serializable?

     
    If not has anyone used the control within a repeater list?
     
    I have the control in a repeater list, building editing pages dynamically from a DB to allow multiple editors in one page, with varying levels of editing enabled.
    The problem I am having, is since the controls are being added dynamically to the page, I am unable to access the edited text within each editor.
     
    I was going to place the editor object in viewstate, to pass it around on postback, but need to know if it serializable.
     
    If someone knows how I can retrieve the input from the controls in the repeater list that would be helpful and would eliminate the need to place any of the items in viewstate.
     
    I am controlling the load of the controls and their look and feel on the ItemDataBound method from the repeater class, just FYI.

    Drone

    No one knows everything, so I come here to learn and teach.
View Complete Thread