include other aspx/html in my aspx page

  • Thread starter Thread starter Mr. x
  • Start date Start date
M

Mr. x

Hello,

How can I include programmatically different code,
by using some of the aspx techniques.

Suppose I have main.aspx.
and I want to include table1.html in my code (or table1.aspx).
and to change it in some kind of code to table2.html.

How can I do that programmatically ?

Thanks :)
 
use something called a User Control

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top