i try to create dynamic control and have a single event handler to ease the fireevent
how do i do it?
also can i declare a single event handler to parent control
and be use by child control of the same type
in example:
creating htmlanchor name aa
aa.Control.Add( any anchor)
after adding the control
declare the event handler
how do i do it?
also can i declare a single event handler to parent control
and be use by child control of the same type
in example:
creating htmlanchor name aa
aa.Control.Add( any anchor)
after adding the control
declare the event handler
Comment