Microsoft
Software
Hardware
Network
Question : How to display a web page of application in another application in ASP.NET
I have 3 web applications.
a)AppLauncherWebApp
b)CustomerWebApp
3)UserWebApp
AppLauncherWebApp has Default.aspx. This Default.aspx is a webcontent page and inherited from master page. In the master page design I have a navigation panel on the left-side of master page which contains two link buttons.
lnkbutton1 -> it display's default.aspx page of CustomerWebApp
lnkbutton2-> it display's default.aspx page of UserWebApp
when the user clicks the lnkbutton1 on default.aspx of AppLauncherWebApp. I want to display
default.aspx page of CustomerWebApp in webcontent page of AppLauncherWebApp(i.e instead of displaying the the default.aspx page of CustomerWebApp in the new browser. I want to display in the webcontent page of AppLauncherWebApp).
If the user clicks the lnkbutton2 on default.aspx of AppLauncherWebApp. I want to display
default.aspx page of UserWebApp in webcontent page of AppLauncherWebApp
Answer : How to display a web page of application in another application in ASP.NET
Hi kravindra,
How about using IFRAMES here?
Regards,
Chinmay
Random Solutions
Display data from MSAccess to table
Converting DNS /DHCP / Print Server using Virtual Machine Manager, Hyper V?
MySQL to MS SQL Syntax
Office 2007 Word Docs Slow opening Over VPN
DB2 Equivalent of Brackets in Access
Anti-Spam Plugin (Outlook 2007)
Problems Upgrading to WIN XP SP3
using setTimeout with window.opener.location.rel
oad();
how to find date when Win7 Home was installed
Remove Columns from CSV file, save results to new file