i have a weird problem ! i have ASP.NET website and i have a page with page_load which never get executedno matter what i do ,i deleted the page_load and doubled clicked the aspx page it generated page_load again i inserted my code inside and made breakpoint but it never get hit !
All other Methods gets hit normal like button click and gridview events etc.
ASP.NET 4
it only happens with this page only.
any one ever faced this weird problem ?