I currently have an aspx page that contains a datagrid object and every time
the page goes through its lifecycle the Page_Load event gets called twice.
I've checked my code and I'm not manually calling it anywhere so the server
must be doing it. Can anybody tell me why? and is it possible to stop it?
Im using if(!IsPostBack) to see it its a reload and both calls are made
before the IsPostBack is set to true. Any help would be appreciated.

Thanks,
Dave

Re: Page_Load event gets called twice by Herfried

Herfried
Mon Sep 19 17:59:41 CDT 2005

Dave,

"Dave Hagerich" <dhagerich@arclighte.com> schrieb:
>I currently have an aspx

Note that this is a Windows Forms-related group. For questions related to
ASP.NET Web Forms consider posting to
"microsoft.public.dotnet.framework.aspnet.webcontrols".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>