As per the Page life cycle in ASP.net, under the Unload event of Page Life cycle all the controls should be disposed. But it's not true when we have used FileStream Objects in the same class. We have to dispose it manually to manage memory.
Query - When using the teleric controls, is it necessary to dispose it manually or during the execution of Unload event, it's object will be disposed?
Query - Teleric control is Managed or Un-Managed?
Query - When using the teleric controls, is it necessary to dispose it manually or during the execution of Unload event, it's object will be disposed?
Query - Teleric control is Managed or Un-Managed?