Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Evenhandler not called
Re: Evenhandler not called
01-11-2006, 4:40 AM
stephenwm
Joined on 12-12-2005
Posts 3
Re: Evenhandler not called
Reply
Quote
Here is the ascx file used as the skin file which the cute editor is placed in:
<%@ control language="C#" %>
<%@ register tagprefix="CE" namespace="CuteEditor" assembly="CuteEditor" %>
<%@ register tagprefix="sc" namespace="MyProject.Controls" assembly="MyProject.Controls" %>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="fh" valign="top" width="*">
<table id="newsletterT" runat="server">
<tr>
<td colspan="3" height="10">
</td>
</tr>
<tr>
<td colspan="3" height="10">
<ce:editor enablestripscripttags="false" autoconfigure="Full" removeservernamesfromurl="false"
id="htmlEditor" runat="server" enableviewstate="False">
<FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
CssClass="CuteEditorFrame" Height="100%" Width="100%" />
</ce:editor>
<br />
<asp:literal id="Literal1" runat="server" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td> </tr>
<tr>
<td height="16" class="fh">
</td>
</tr>
<tr>
<td align="center">
<asp:button id="btnUpdate" runat="server" text="Submit" causesvalidation="true"></asp:button>
</td>
</tr>
<tr>
<td height="16">
</td>
</tr>
</table>
View Complete Thread