I am a beginner in asp.net.I have Web application project in ASP.NET. This project consists of several sub-projects. I want to make a Home page (or main page) in the project with several tabs and the active tab has the home page (or main page) of the sub-project. As I click the other tab,respective home page of a sub-project should load.
Can it be done in ASP.NET? I have searched the web. I have got related solutions. I am not sure how I can load a page inside another without using frames.
Will really appreciate the help.Please pardon my ignorance if I have missed some post addressing my problem.
Thanks in advance.