Hi Andy,
IN addition to what Bret said - is this page subclassed from another? In
that case you may have the page constructor for both pages firing which
means Page_Load() gets called twice...
+++ Rick ---
--
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
"Andy" <> wrote in message
news:2d8ef01c394c3$48eb2750$...
> Visual Studio 2003 web form problem using C#.
>
> My Page_Load or OnInit routines seems to be called twice
> for every post back to the server.
>
> I have 2 web forms that produce this behaviour, all of
> the others just run these routines once.
>
> Any ideas!
>