0

can anybody tell me that if i made a normal asp.net c# project and in that solution i want to add mvc project. so is it possible to call mvc view from normal page which is in first project? if yes then how can i call view page from normal page of asp.net c# project. on live server how can i call mvc page? Thanks Samir

2 Answers 2

0

Mixing VB ASP.NET and C# ASP.MVC projects in a single solution

Sign up to request clarification or add additional context in comments.

2 Comments

this is not the proper solution. can you give me an example.
what example do you want? Link above is just simple pager - and you can use it to build your own grid.
0

Ok, couple of different things here.

Can a ASP.NET forms project exist in the same solution? Yes

Can you mix MVC with WebForms in the same project? No

Can a MVC site communicate with a WebForms site? Yes, you can easily pass between via simulated form submission or by URL. You could also configure cookies to work across both sites.

Can you have an MVC site and a WebForms site use the same url? No

5 Comments

By winforms I guess you mean webforms? If that is the case then you can mix them in the same project.
Then you can use them in the same project without problems.
can anybody give me an example so i can better understand.
@Samir, What is it that you want to know?
@Samir, Here is a article that describes how you can use asp.net mvc and asp.net webforms in the same project: weblogs.asp.net/rajbk/archive/2010/05/11/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.