G
Guest
I have a VS.NET 2005 WEB application where I place all of my common controls
(ie header, nav, footer) into a mater page template. Then all of my web forms
inherit from the mater page template. All is well.
In the code behind in my materpage I have tried to code the isPostBack and
the Page.Master.IsPostback. But no matter which method I try, the Postback
returned is always false and my master page loads during each pstback.
Is there a different appraoch or am I missing something here?
Tom
PS I'm using asp.net 2.0 and VS.net 2005 on Windows 2003 server.
(ie header, nav, footer) into a mater page template. Then all of my web forms
inherit from the mater page template. All is well.
In the code behind in my materpage I have tried to code the isPostBack and
the Page.Master.IsPostback. But no matter which method I try, the Postback
returned is always false and my master page loads during each pstback.
Is there a different appraoch or am I missing something here?
Tom
PS I'm using asp.net 2.0 and VS.net 2005 on Windows 2003 server.