how to include one .aspx page into another .aspx page?
-
can any one help me in this please I have a Main.aspx .I would like to include Login.aspx , Links.aspx pages into Main.aspx . How would it be done (without Master Pages ).In ASP we have the tag which include a file , say in a table cell. Like wise is it possible in ASP.NET? :rose: thanks in advance :rose:
Kovuru Sreedhar
-
can any one help me in this please I have a Main.aspx .I would like to include Login.aspx , Links.aspx pages into Main.aspx . How would it be done (without Master Pages ).In ASP we have the tag which include a file , say in a table cell. Like wise is it possible in ASP.NET? :rose: thanks in advance :rose:
Kovuru Sreedhar
-
can any one help me in this please I have a Main.aspx .I would like to include Login.aspx , Links.aspx pages into Main.aspx . How would it be done (without Master Pages ).In ASP we have the tag which include a file , say in a table cell. Like wise is it possible in ASP.NET? :rose: thanks in advance :rose:
Kovuru Sreedhar
Make it a control, an ascx, which you can reuse.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.