[.net] Button in TabPanel doesn't trigger page load

Started by
0 comments, last by TheTroll 15 years ago
Simply put, I have a asp:button in a Panel that's in a TabPanel. When I click on the button and run it through the debugger, it seems to skip Page_Load and goes straight to Page_LoadComplete. Why is that?

Beginner in Game Development?  Read here. And read here.

 

Advertisement
Is there a delegate attached to the Page_Load event? If not it might have just been optimized out.

theTroll

This topic is closed to new replies.

Advertisement