Is it possible to redirect from one page in Project A to page in Project B with in same solution.Here the Project A is in C# and Project B In VB.
Is it possible? If so, can anyone then tell me of any issues.
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’d have to let project A know the base URL under which project B is running, probably via a setting in the Web.config file. There’s no simple shortcut way just because they’re in the same solution.