Visual Web Developer 2008 Express. Visual Basic.
I have placed a CuteEditor (CE) control on my page with the following code. My debugger says it cannot find the cssClass named "CuteEditorFrame." Why not???
<CE:Editor ID="Editor1" runat="server" Width="100%" Autoconfigure="Simple"
ThemeType="Office2007" ContextMenuMode="Simple" FilesPath=""
Text='<%# Bind("strBio") %>' ReadOnly="True" ShowEditMode="False">
<FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid"
BorderWidth="1px" CssClass="CuteEditorFrame" Height="100%" Width="100%" />
</CE:Editor>