Well, I've gotten multiple editors to load in a loop inside an asp:table.....this is fantastic! But I can't seem to set the height or width programatically. Remember, I don't have the control embedded onto the page at design time, so I don't have access to the properties there. Tried :
Editor1.Width = 300
Editor1.Width = "300px"
Editor1.Width = "300"
Editor1.Style("Width") = "300px"
Editor1.Width.Pixel("300")
Nothing is making a change. Is this a bug or something not anticipated when you designed the editor? Is there some way to set the height and width at run time?
IK