The reason I’m asking is tvanfosson’s (first) comment to his answer to another question of mine where he said (about ASP.NET MVC): “The lack of server-side controls is due to the inherent separation of concerns that makes MVC a good development pattern..”.
I surely know ASP.NET server controls, and I think I know MVC design pattern, but I don’t understand how server controls violate MVC.
Thanks.
Found the answer on “Pro ASP.NET MVC 2 Framework” by Steven Sanderson (page 5)