Sorry if this is a 2nd post, I thought I posted this yesterday, but can't find it in the forum.
I have a master page with 2 containers. Each container could call different aspx pages depending on their setup.
Working with one container is easy, you just call the container page and the Master info is displayed with it.
Since I can't call 2 container pages at the same time, it means that the master page must somehow set code to state which container page should be displayed for at least one of it's containers. But the books I read just mention multiple containers, but don't show how to do it. Surfing the internet show the master page just writing data into the container page, not setting up a link to an aspx page.
Can someone help me down the correct path, or let me know I can't do what I am trying to do.
Thanks
I have a master page with 2 containers. Each container could call different aspx pages depending on their setup.
Working with one container is easy, you just call the container page and the Master info is displayed with it.
Since I can't call 2 container pages at the same time, it means that the master page must somehow set code to state which container page should be displayed for at least one of it's containers. But the books I read just mention multiple containers, but don't show how to do it. Surfing the internet show the master page just writing data into the container page, not setting up a link to an aspx page.
Can someone help me down the correct path, or let me know I can't do what I am trying to do.
Thanks