loading different url to user control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a usercontrol that I need to add to certain pages. Now, this user control must show an aspx page I get from another server. How can I include this url to the user control. I bind my usercontrol to the page by:
Dim ucInformation as UserControl = LoadControl("ucInformation.ascx") panel1.controls.add(ucInformation)
-
Hi, I have a usercontrol that I need to add to certain pages. Now, this user control must show an aspx page I get from another server. How can I include this url to the user control. I bind my usercontrol to the page by:
Dim ucInformation as UserControl = LoadControl("ucInformation.ascx") panel1.controls.add(ucInformation)