Click to See Complete Forum and Search --> : Add aspx output to aspx


Zolix2010
January 25th, 2006, 08:35 AM
hi,
i got 2 aspx pages and i want one of them to include the output of the 2nd.
how can i do that? :blush:

Avi.

mmetzger
January 25th, 2006, 09:58 AM
There's a couple different ways but it really depends what you want to do. You can create a new request object and query the page directly then output the data to your current page. You can create a frame or IFrame and embed the content directly (useful if the output of page 2 doesn't rely on page 1, etc.) You could use AJAX and have javascript perform the request. etc, etc, etc...