Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Placeholder, User Control and URL

Status
Not open for further replies.

JasonDBurke

Programmer
Jun 20, 2001
54
0
0
US
Hi,
I'm trying to populate a placeholder on a webform with a url from another application. I load a user control on that place holder and do a response.redirect to the new url. The problem with this approach is that the url that is being redirected to opens up entirely in the browser. I need it to only open up within the confines of the place holder. Anyway of doing this without using remote server scripting?

Thanks,
Jason
 

You can put the placeholder in a new form in your asp.net page (in this case you'll have 2 forms in that page, and the second form will be responsable for the link you redirect).

Hope this help,
Mary
 
you could use good old html frames and target a frame with the url of choice
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top