I'm pretty much new in MVC and planing to do something, but I'm not sure is good practice or not. I would like to create ui controls as partial views. For example, I have autocomplete control, so I would like to have autocomplete partial views with scripts needed and everything, and also pass model through renderPartial?
So, I would like to hear your comments?