HighTechTalks DotNet Forums  

Re: Event Handler not Working in Composite Control

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Re: Event Handler not Working in Composite Control in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Re: Event Handler not Working in Composite Control - 07-01-2003 , 05:12 PM






peter (AT) workingmachines (DOT) com (Peter Chang) wrote in message news:<ce2e3f1c.0306201035.36a03bd5 (AT) posting (DOT) google.com>...
Quote:
Oddly, I got this error yesterday too. It's really quite weird. The
buttons in my server control aren't firing. I will check the rest of
Google Groups to see if anybody has found anything on this.
Perhaps it is a bug in ASP.NET 1.1?

Heard anything new on this?


Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: Event Handler not Working in Composite Control - 07-02-2003 , 03:50 AM






Hi,

Try to implement INamingContainer interface in the control

public class FormPanel : System.Web.UI.WebControls.PlaceHolder, INamingContainer

....

--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:
joteke (AT) aspalliance (DOT) com

Reply With Quote
  #3  
Old   
AT
 
Posts: n/a

Default Re: Event Handler not Working in Composite Control - 07-02-2003 , 06:37 PM



Thank you very very much, that did it!

joteke (AT) aspalliance (DOT) com (Teemu Keiski) wrote in message news:<df79ead8.0307012350.18d1e5a5 (AT) posting (DOT) google.com>...
Quote:
Hi,

Try to implement INamingContainer interface in the control

public class FormPanel : System.Web.UI.WebControls.PlaceHolder, INamingContainer

...

--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
http://www.mansoft.fi

ASP.NET Forums Moderator, www.asp.net
AspAlliance Columnist, www.aspalliance.com

Email:
joteke (AT) aspalliance (DOT) com

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.