Re: [DOTNET] ASP custom web control with Button

2002-04-17 Thread Erick Thompson
IL PROTECTED]> Sent: Wednesday, April 17, 2002 5:22 PM Subject: [DOTNET] ASP custom web control with Button > How can I use a Button object in my custom control and be able to handle the > click event? I feel like I must be missing something obvious here. I can > render a button dire

[DOTNET] ASP custom web control with Button

2002-04-17 Thread Erick Thompson
How can I use a Button object in my custom control and be able to handle the click event? I feel like I must be missing something obvious here. I can render a button directly in HTML, and I can capture that click event, but I need to embed WebControl objects and handle events from them. The code I