خرید بک لینک

Vote count: 0

I am having a dropdown and I want to bind a Jquery onchange event to the TagHelpers select tag. Below is my code.

 <select asp-for="BusinessType"
         asp-items="@Model.BusinessTypeCollection">
 </select>

How can I bind bind the onchange event inline of the tag.

Something like this.

 <select asp-for="BusinessType"
         asp-items="@Model.BusinessTypeCollection"
         onchange ="something">
 </select>

asked 36 secs ago

برچسب: نویسنده: استخدام کار تاريخ: دوشنبه 18 مرداد 1395 ساعت: 9:59

صفحه بندی