What I know for sure is that any control that implements IPostBackEventHandler or IPostBackDataHandler will fail automatically -- they will throw an exception saying you need a
That said, you should avoid using ASP.NET WebForms server controls in your MVC applications.