473,387 Members | 1,455 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Streaming multiple pages into one page

Hello,

I have couple of ASPX pages that I want to display on one page.
This is sort of printing multiple ASPX pages to one ASPX page.
(then may be I can convert it to PDF file).
Is there a way that I can attach Response bodies and attach to one body
and display as one page?

Or is there another way to do it.

Atilla MALAS

Nov 17 '05 #1
2 1544
Hello,

you can have the parts that will recur in different pages separated into
user control (.ascx) files and then load them where you want.

<at*****@superonline.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hello,

I have couple of ASPX pages that I want to display on one page.
This is sort of printing multiple ASPX pages to one ASPX page.
(then may be I can convert it to PDF file).
Is there a way that I can attach Response bodies and attach to one body
and display as one page?

Or is there another way to do it.

Atilla MALAS

Nov 17 '05 #2
Atilla,

In order to do this, I would use the HttpWebRequest/HttpWebResponse or
the WebClient class to download your pages, and then write the streams out
to the response stream.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<at*****@superonline.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hello,

I have couple of ASPX pages that I want to display on one page.
This is sort of printing multiple ASPX pages to one ASPX page.
(then may be I can convert it to PDF file).
Is there a way that I can attach Response bodies and attach to one body
and display as one page?

Or is there another way to do it.

Atilla MALAS

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Phil | last post by:
Hi I have an issue when trying to stream blob image data from a SQL table to a .aspx page. the code I have works for GIF and JPEG but the images can be multiple pages and we would like them to open...
0
by: Phil | last post by:
Hi I have an issue when trying to stream blob image data from a SQL table to a .aspx page. the code I have works for GIF and JPEG but the images can be multiple pages and we would like them to open...
0
by: Phil | last post by:
Hi I have an issue when trying to stream blob image data from a SQL table to a .aspx page. the code I have works for GIF and JPEG but the images can be multiple pages and we would like them to open...
3
by: Brad | last post by:
I have an aspx page that is sending pdf files to client browsers: it uses a filestream to read the pdf file and response.binarywrite to send content to the browser. This has worked great for years...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.