In my web based reporting program, reports are generated by passing
parameters to an aspx page (which runs a database query and does XSL
transformation).
For example:
http://server/Report.aspx?reportid=D...te=31-Aug-2005
http://server/Report.aspx?reportid=B...te=31-Aug-2005
http://server/Report.aspx?reportid=F...te=31-Aug-2005
Each URL would generate a web page with the report in it.
Now what I will like to do is generate all 3 reports combined together in
the same page (have all the URLs load together in the same browser). I am
not sure how to proceed and will be grateful for any ideas.