I have a strange problem! I have an ASP.NET.net website and I have a page_load page which is never executed, what I am doing, I removed page_load and click on the doubled ASPX page. Again I put my code again and made a breakpoint but it was never hit!
ASP.Net 4
It only happens with this page.
All other modes are generally affected like button clicks and gridview events etc.
Has any one ever encountered this weird problem?
The only logical reason for you is that the AutoEventWireup command is set to false. Either on the page or in web.config
Alternatively, you can use this code:
Secure Override Zero Onload (EventEurge E) {base.OnLoad (e); // your stuff}
Comments
Post a Comment