Hi William,
You need to call the LoadControl method to get an instance of an UserControl
and not the new operator.

Signature
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
> I have 2 user controls and I would like to display 1 of them depending on a
> session variable. I have trie a place holder, but it doesnt seem to work.
[quoted text clipped - 8 lines]
>
> this code does not seem to do anything. How can I acheive this behavior?