Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   events in composite custom controls in asp.net 2.0 C# (http://www.velocityreviews.com/forums/t384001-events-in-composite-custom-controls-in-asp-net-2-0-c.html)

Ralph 12-15-2006 04:34 PM

events in composite custom controls in asp.net 2.0 C#
 
I have a web page that dynamically loads user controls based on user
selection.
I store these in an an array.
One of the pages has a custom control on it.
It is a composite control.
I have a few buttons on the page and it seems their event handling code

is never called.
I tested this control on a page by itself and the events seem to work
properly.
I am new to asp.net 2.0, so I am probably just doing something wrong
with my composite control code.
Is there a website anywhere that explains some of the differences in
custom control construction between version 1.1 and version 2.0.

thnaks in advance,


Ralph



All times are GMT. The time now is 10:54 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57