Removing Page's Load Event handler from my Customer Control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have developed a Custom Control for ASP.NET Web Form. In a specific scenario, I dont want to get the Hosting Page's Load event executes. So, I want to clear the Hosting Page's Load Event handler delegates from my custom control. Is it possible ? I dont mind using Reflection, but can you please help me with code snippet example ?