Possible Duplicate:
Can I use ASP.NET MVC together with regular ASP.NET Web forms
Let's say I need to build a shopping cart. Would I be able to get the same user experience with ASP.NET MVC or would I need to "pick the right tool for the job" - use Webforms and MVC where applicable instead of just focusing on either one.