can a Partial Views on mvc create view that is using a dropdown list that sends value from the dropdown list to a function that creates a list based on the dropdown list val
No, partial views do not necessarily have to be strongly typed, if that's your question. You can have a partial view with just html markup.