I would like to create simple controls that can be Easily reused across applications. Is there a current set of best practices or patterns for creating such controls. Examples of such controls could be Paging, List or Grid display, etc...
I'm not looking to make controls with tons of options just really simple controls that I can add to my own library to speed up development of sites. I'm just not sure how to go about it with MVC.
Thanks!