Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 27th, 2006, 06:15 AM
Authorized User
 
Join Date: Dec 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to add .aspx file in a <td> ?

Hello,

How I can add/include a .aspx file in a table data <td> ?

Please help me.

Angshujit

__________________
Angshujit
 
Old December 27th, 2006, 11:19 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
Default

Well well

Couldn't get clearly your issue, however, if you wish to display some other aspx page in your current page's td, you can use iframe and set the src to the destination page.

Regards
Mike

Fortune favours the brave, so don't regret on missed oppurtunities.
 
Old December 28th, 2006, 03:17 AM
Authorized User
 
Join Date: May 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default

in table's cell u can use an iframe and set the source of that iframe to the page u want to display in cell:

e.g.
ur page name is MyPage.aspx

and other page is Form1.aspx

In Form1.aspx use:
<IFRAME id="PageFrame" src="" runat="server"></IFRAME>

then in ur source file in page_load set the source of iFarme like:
PageFrame.Attributes("src") = "C:\MyPage.aspx"

Regards,
Rashida Jabeen
http://www.akaas.net





Similar Threads
Thread Thread Starter Forum Replies Last Post
Change data of <TD> austinf Javascript 3 July 28th, 2006 05:32 AM
Fixing <TD> size. rupen HTML Code Clinic 4 April 28th, 2006 07:41 AM
change <td> value onClick crmpicco Javascript How-To 2 August 23rd, 2005 07:31 AM
XML into <td> crmpicco Classic ASP Basics 4 February 11th, 2005 09:57 AM
using variables within <td> tags handyman Javascript How-To 3 June 15th, 2004 11:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.