D
Dave Hagerich
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
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