I was tasked with creating a prototype web application, and I discuss this using ASP.NET WebForms or the new ASP.NET MVC.
There is a commercial ASP.NET UserControl that I would like to use, which gives me 95% of the functionality I need (and it does it in AJAX-y mode). But I heard that since ASP.NET MVC does not use ViewState, it cannot manage these elements based on WebForms.
So is it true or false?
I would really like to use this commercial UserControl, but I want to use ASP.NET MVC if I can, and only if ASP.NET MVC will not bother me much when trying to use WebForms control.
asp.net-mvc
Matt crouch
source share