include another aspx page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to included another aspx page in a panel on my 'parent' page. If the user clicks a button, it shows the other page inside a panel. The other aspx page is on another server. I can tricker the panel, but cant get the other page to show inside this panel. I used an IFRAME, but was told not to use that. How can I do this?
-
Hi, I need to included another aspx page in a panel on my 'parent' page. If the user clicks a button, it shows the other page inside a panel. The other aspx page is on another server. I can tricker the panel, but cant get the other page to show inside this panel. I used an IFRAME, but was told not to use that. How can I do this?
hi I beleive the only way is to use an iframe signature ;P