PDA

Click to See Complete Forum and Search --> : Multipage problems please help!!!


ChrisWise
Nov 26th, 2002, 03:32 AM
Hi,

I have a tabstrip and a multipage control working ok,


<iewc:pageview ID="page0">
this is page one
</iewc:pageview>


how can i make it so that it loads an aspx file instead of writing "this is
page one"

thanks

Chris

Negative0
Nov 26th, 2002, 04:34 PM
I am not sure but can you use a <!--#include file="youfile.aspx"-->

Hope this helps, or at least gives some direction,

JohnH3
Jun 17th, 2005, 05:53 PM
You could always put an iframe on the page and set the src = to the aspx you want to load.