R
Reshma Prabhu
Hi,
I have created a custom control derived from CompositeControl class. It implements the IPostBackEventHandler interface. It consists of multiple child controls which are hyperlinks which post back data whenever clicked.
I want to get a post back event in RaisePostBackEvent method of IPostBackEventHandler interface. But the control is never coming in the RaisePostBackEvent method.
I also tried is using Page.RegisterRequiresRaiseEvent(this) method. This works fine as i get control is RaisePostBackEvent. But due this other links on the page stop working.
Does any one know solution for this?
Regards,
Reshma
I have created a custom control derived from CompositeControl class. It implements the IPostBackEventHandler interface. It consists of multiple child controls which are hyperlinks which post back data whenever clicked.
I want to get a post back event in RaisePostBackEvent method of IPostBackEventHandler interface. But the control is never coming in the RaisePostBackEvent method.
I also tried is using Page.RegisterRequiresRaiseEvent(this) method. This works fine as i get control is RaisePostBackEvent. But due this other links on the page stop working.
Does any one know solution for this?
Regards,
Reshma