Hi,
I have a tabstrip and a multipage control working ok,
how can i make it so that it loads an aspx file instead of writing "this isPHP Code:<iewc:pageview ID="page0">
this is page one
</iewc:pageview>
page one"
thanks
Chris
Printable View
Hi,
I have a tabstrip and a multipage control working ok,
how can i make it so that it loads an aspx file instead of writing "this isPHP Code:<iewc:pageview ID="page0">
this is page one
</iewc:pageview>
page one"
thanks
Chris
I am not sure but can you use a <!--#include file="youfile.aspx"-->
Hope this helps, or at least gives some direction,
You could always put an iframe on the page and set the src = to the aspx you want to load.