How to bind a dropdownlist in mvc5 razor view whose data is from another model?
For example if i have two model classes author and book,in create page of book i need to bind dropdownlist of authors and i want to add this dropdownlist to the view after creation of view from controller?