Link to home
Start Free TrialLog in
Avatar of Member_2_5230414
Member_2_5230414

asked on

Including aspx page within aspx page

Hi,

Im working within visual studio and have created a master page and front page.

I now want to add a login script I have created in a folder called login. - i want to keep this separate from the rest of the code is if any amendments need to be made in the login script i can do some within the login folder.

Is there away i can add my login.apx file from within the login folder onto me main.aspx page?
ASKER CERTIFIED SOLUTION
Avatar of Randy Poole
Randy Poole
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use an Iframe to load the login.aspx or use a user control as Randy suggested.