| Author |
Showing a different .aspx page in each View of a MultiView control
|
|
| phalanx_28@Hotmail.com 2006-11-13, 7:03 pm |
| How would I go about configuring my Menu and MultiView controls to
display a different .aspx file for each View I have? In other words, I
have 5 "tabs" and each "tab" has it's own .aspx file associated with
it. How do I go about connecting the two? I imagine its done in the
code behind, but I can't seem to find the properties or come up with
the logic to go about this.
Thanks.
| |
| Peter Bromberg [C# MVP] 2006-11-13, 7:03 pm |
| Multiview sits on a single page. It's designed to be able to split a large
amount of content on a single page into multiple "view". Sorry!
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"phalanx_28@Hotmail.com" wrote:
> How would I go about configuring my Menu and MultiView controls to
> display a different .aspx file for each View I have? In other words, I
> have 5 "tabs" and each "tab" has it's own .aspx file associated with
> it. How do I go about connecting the two? I imagine its done in the
> code behind, but I can't seem to find the properties or come up with
> the logic to go about this.
>
> Thanks.
>
>
| |
| phalanx_28@Hotmail.com 2006-11-14, 7:05 pm |
| That does indeed make sense. I'm wondering if it's possible to use the
Menu bar, but have the other pages load in a frame below.
Thanks for your response.
Peter wrote:[color=darkred]
> Multiview sits on a single page. It's designed to be able to split a large
> amount of content on a single page into multiple "view". Sorry!
> Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "phalanx_28@Hotmail.com" wrote:
>
| |
| Larry Bud 2006-12-21, 7:07 pm |
| [color=darkred]
Why not put your menu bar in a user control and just put it on each of
your pages?
|
|
|
|