0
Reply

Templated ServerControl

john

john

Feb 25 2004 1:28 PM
1.4k
Hello everyone, I have a templated server control. This control has a few templates. I need to make the control aware of a linkbutton control within a template and have it raise an event when the linkbutton is clicked. This templated control inherits from webcontrol. I did not write this control but have to make changes to it. So basically if anyway can provide me with information on how to make my control aware of a linkbutton and respond to its events without any hard dependencies. psuedo code.

Header

<%# DataBinder.Eval(Container, "DisplayName") %> Thanks for all the help everyone.