visual studio 2013 - HOw can i bing an image in dropdown list in mvc 5 asp.net -
i have drop downwards list listingfew data. along texts displaying, need display image along text.
my code
@html.dropdownlistfor( x => x.id, new selectlist(model.coursecollection, "id", "title"), "create new course", new { @class = "form-control" })
i tried create variable , binding image path , calling along "title" homecoming errors.
any help highly appreciated....plss
visual-studio-2013 asp.net-mvc-5
No comments:
Post a Comment