Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: how to call aspx page in div tag


Message #1 by "santosh" <santosh_nadgeri@s...> on Tue, 25 Sep 2001 17:06:28 +0530



Hi.

I have to incorporate 3 aspx pages in my page.

Presently I am achieving it through frames. But I want it in a div tag.

In case of JSP we can include it using Include directive within div tag.

Do we have similar thing in .Net also.







Santosh L. N.

Semanticspace Tech. Ltd.,

Hyderabad-33 



Message #2 by "Wim Verdeyen" <Wim.Verdeyen@e...> on Tue, 25 Sep 2001 14:16:48 +0200
You can use the include directive but maybee you shoud look at the

option to solve it with user controls (.ascx files).

Check

http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/cpguidn

f/html/cpconcreatingpageletcontrol.asp

Don't forget to register the controls with the @Register directive :

http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/cpgenre

f/html/cpconregister.asp



Have Fun,



Wim



-----Original Message-----

From: santosh [mailto:santosh_nadgeri@s...]

Sent: dinsdag 25 september 2001 13:36

To: ASP+

Subject: [aspx] how to call aspx page in div tag









Hi.

I have to incorporate 3 aspx pages in my page.

Presently I am achieving it through frames. But I want it in a div tag.

In case of JSP we can include it using Include directive within div tag.

Do we have similar thing in .Net also.







Santosh L. N.

Semanticspace Tech. Ltd.,

Hyderabad-33

  Return to Index