Как динамически привязать сетку с помощью dropdownlist в ASP.NET MVC 5 Использование entity framework
I have one query table that holds three columns namely id, name, query. I want to bind id as a value name as a text in drop down and when I change the drop down list that query column is executed in web grid dynamically. I don't know how to do this.
Qry_ID Qry_Name Qry_Query ------------------------------------------------------------------------ 1 customer select cus_name, cus_street, cus_address, cus_place, cus_mobile from customer_master 2 supplier select sup_code, sup_name from supplier_master
Что я уже пробовал:
я не знаю, как это сделать. если есть какой-то ответ, Пожалуйста, ответьте мне
Спасибо