custom server control event

rotsey

Newcomer
Joined
Nov 16, 2004
Messages
15
Location
Sydney, Australia
Hi

This is my first post on this site.

I am creating a custom server control that uses CreateChildControls to render the UI. I also have a databind function that is called of course to bind data to a table.

I the DataBind function I am creating to LinkButton's that I want to create click events for, which I have done with AddHandler.

The problem is the when I run the app and click the links the postback is happening but they are not call my defined events.

In ideas why? Is it to do with where I am defining the events.

Thanks heaps
rotsey
 
Back
Top