Hi, I have many pages with many dropdowns in them and I am wondering whats the best practice for filling all those dropdowns in an MVC 2.0 app, am thinking of creating a template for all because I wanna use special script on each one, but what about using ajax to initially load the dropdownlist items values. maybe through creating a controller specifically for pulling the values for dropdowns and returning as jsonresults.
any ideas about doing this , in a better way?
The most important part for me is what would be the best approach to load all those values into a single view