Two ideas:
1. If you hide controls with Visible=false, they won't come back in
postbacks.
2. If you add controls dynamically, you need to do it on each postback.

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
> using VS2005
>
[quoted text clipped - 12 lines]
>
> Thanks
kevin - 31 Jul 2007 16:36 GMT
you got me to thinking....
I had an UpdatePanel (AJAX) on the masterpage with the ContentPane inside of
it. I remoed it and put an UpdatePanels on each of the content pages and my
problems are gone

Signature
kevin...
> Two ideas:
>
[quoted text clipped - 19 lines]
> >
> > Thanks