ASP .NET Added Event Handlers to buttons on Page_Load. Event handlers do not fire the first click, b
- by John
Background: I am customizing an existing ASP .NET / C# application. It has it's own little "framework" and conventions for developers to follow when extending/customizing its functionality. I am currently extending some of it's administrative functionality, to which the framework provides a contract to enforce implementation of the…