I'm causing a postback by clicking an asp:button. I end up in a breakpoint on Page_Load
, where IsPostBack == true
. Then, one breakpoint later, I end up in Page_Load
where IsPostBack == false
.
What the heck is going on? I'm trying to understand someone else's code.