Opening a aspx page withing a aspx page

Opening a aspx page withing a aspx page

am 27.02.2007 19:40:46 von Kevin Humphreys

Hi There,
I have an asp.net page that I would like to open up another asp.net page
within the first one. Like a parent - child relationship.
I need to display a graph in the child on the parent.

Best Regards,
Kevin.

Re: Opening a aspx page withing a aspx page

am 27.02.2007 22:01:12 von Tim Slattery

"Kevin Humphreys" wrote:

>Hi There,
>I have an asp.net page that I would like to open up another asp.net page
>within the first one. Like a parent - child relationship.
>I need to display a graph in the child on the parent.

Check the HTML element.

--
Tim Slattery
MS MVP(DTS)
Slattery_T@bls.gov
http://members.cox.net/slatteryt

Re: Opening a aspx page withing a aspx page

am 01.03.2007 05:14:21 von Jon Paal

make the child one into a user control


"Kevin Humphreys" wrote in message news:%233cEN7pWHHA.392@TK2MSFTNGP06.phx.gbl...
> Hi There,
> I have an asp.net page that I would like to open up another asp.net page within the first one. Like a parent - child relationship.
> I need to display a graph in the child on the parent.
>
> Best Regards,
> Kevin.
>