Found the problem in the HTML of the page. For whatever reason,
AutoEventWireup was set to "True" instead of "False". Once reset, the issue
went away.
"Art Cabot" wrote:
> My page is firing the Page_Load twice on both initial load and on a button
> click. On the initial load, both times it fires "IsPostback" shows false. On
> the button clicks, "IsPostback" shows true, which I'd expect, but what could
> be making Page_Load fire twice?
>
> The page is populating a list box, if that's a clue, but the code to do this
> is within the If Not IsPostback...End If block.
> --
> Art Cabot
> Strickland Technical Services, Inc.
> Augusta, Georgia
|