R
Rick
I'm trying to get the hang of using master and content pages in ASP.NET 2.
I have a web page of various reports setup in a table like this:
************************************************
*
*
* Header
*
*
*
*************************************************
* *
*
* M *
*
* E *
*
* N * CONTENT
*
* U *
*
* *
*
* *
*
* *
*
*************************************************
When the client makes a menu selection I want to select from various Content
pages that specify the input variables for the report like: date range,
customer number, output type etc.
I can design the master page with no problem with the placeholder for the
content, but how do I dynamically select different content to go into the
"Content" part? It seems like the content part is just fixed to a certain
content file and I want to specify it based on the menu selection.
Can someone point me to a good example or just let me know if there is some
better way to do this?
Thanks,
Rick
I have a web page of various reports setup in a table like this:
************************************************
*
*
* Header
*
*
*
*************************************************
* *
*
* M *
*
* E *
*
* N * CONTENT
*
* U *
*
* *
*
* *
*
* *
*
*************************************************
When the client makes a menu selection I want to select from various Content
pages that specify the input variables for the report like: date range,
customer number, output type etc.
I can design the master page with no problem with the placeholder for the
content, but how do I dynamically select different content to go into the
"Content" part? It seems like the content part is just fixed to a certain
content file and I want to specify it based on the menu selection.
Can someone point me to a good example or just let me know if there is some
better way to do this?
Thanks,
Rick