I have two projects, Project A and Project B. Both are under same Solution. I want use a page of Project A in Project B. How to call that page from Project B. Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add a reference to Project A in your Project B. You can do this by RMC on a ProjectB and choosing Add reference… . Then in a new window go to Projects tab and choose Project A. After that, you can call the page in Project B:
Pseudo-code: