Are there any issues with using ASPX controls with the new ASP.NET MVC libraries? I haven't tried it, but it seems to me that if you put a grid with a pager on a form, it's not really going to work, because the grid is designed for the postback model, where a handler gets the click and figures out where to navigate to in the datasource, etc.
I searched the forums here for something, but didn't see anything.
Thanks!