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:41 AM
stephenwm
Joined on 12-12-2005
Posts 3
Re: Evenhandler not called
Reply
Quote
Here's the master page as well:
<%@ Page Language="C#" MasterPageFile="~/MasterPages/Newsletter.master" Trace="false" Culture="en-GB" UICulture="en-GB" %>
<%@ Register TagPrefix="projectControls" Namespace="MyProject.Controls" Assembly="MyProject.Controls" %>
<%@ Import Namespace="MyProject.Controls" %>
<asp:content id="content2" contentplaceholderid="_mainContent" runat="server">
<table width="100%">
<tr>
<td>
<projectControls:ManageContent ID=ManageContent Runat=server />
</td>
</tr>
</table>
</asp:content>
View Complete Thread