Hi,
I have a general question about event handlers and memory cleanup regarding all of your controls.
When I add an event handler, lets say I'm doing "tooltip.add_hide(...)" (Telerik.Web.UI.RadToolTip control).
I have a general question about event handlers and memory cleanup regarding all of your controls.
When I add an event handler, lets say I'm doing "tooltip.add_hide(...)" (Telerik.Web.UI.RadToolTip control).
Do I need do remove that handler (tooltip.remove_hide(...)) or is that taken care of by the ToolTip control itself?
Or do the ASP.NET AJAX Framework handle these things?
Regards