The concept of master-content pages is not like frames where you have a
page made out of two different parts and you can replace one part in
runtime while keeping the other. Master and content pages rather make up
one single page. If you need another content, you need to switch to
another page. It doesn't mean you can't keep the control state from the
first page. You just need to persist it in a regular way, e.g. in session
variables.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
Vincenzo Milazzo said:
Hi
Is it possible switch between conten page programmatically without lose
the control's state in the master page ?