Answered by:
How to create links to other solutions using C# MVC?

Question
-
I am creating a project with multiple solutions. I used MVC Framework. I have a problem on creating a link for other solutions I added in the project. I'd like to include each solution to be executed in each tab that when I click one tab one solution will open. Is it possible? If possible, how can i create a link to access and execute other solutions?
@rch13
- Edited by Th1nkingT0015 Saturday, May 18, 2013 9:22 PM
- Moved by Bob Shen Tuesday, June 4, 2013 8:46 AM
Saturday, May 18, 2013 9:21 PM
Answers
-
Hello,
Are you referring to ASP.NET MVC? if you are, you should post it on forums.asp.net
Regards,
Eyal ShilonySaturday, May 18, 2013 9:56 PM
All replies
-
Hello,
Are you referring to ASP.NET MVC? if you are, you should post it on forums.asp.net
Regards,
Eyal ShilonySaturday, May 18, 2013 9:56 PM -
Thank you eyal.
With regards.
@rch13
Sunday, May 19, 2013 8:30 AM -
You welcome. :)
Regards,
Eyal ShilonySunday, May 19, 2013 9:08 AM -
Hello,
Specifically, this should be asked in the ASP.Net MVC forum on forums.asp.net.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Wednesday, January 15, 2014 11:23 PM