Printer friendly version How to re-set the style editor with a new value
by Dirk Jan

I use the style editor. A dropdown list shows several styles to edit. When the DDL changes, it fires a postback and in that routine I set the new values to the style editor: MyStyleEditor1.Text = ds.Tables(0).Select("id='" & sid & "'")(0)("name") MyStyleEditor1.StyleString = ds.Tables(0).Select("id='" & sid & "'")(0)("value") However, they do NOT appear on the screen. The old values remain there. How should I do this?????
I use the style editor. A dropdown list shows several styles to edit. When the DDL changes, it fires a postback and in that routine I set the new values to the style editor:
MyStyleEditor1.Text = ds.Tables(0).Select("id='" & sid & "'")(0)("name")
MyStyleEditor1.StyleString = ds.Tables(0).Select("id='" & sid & "'")(0)("value")

However, they do NOT appear on the screen. The old values remain there. How should I do this?????

    Write reply   Tip a friend  Go back