Showing a different .aspx page in each View of a MultiView control

  • Thread starter Thread starter phalanx_28
  • Start date Start date
P

phalanx_28

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.
 
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
 
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.
 
Back
Top