3
Answers

how to bind dropdown list from the oracle data base in mvc

Photo of Anjali Khan

Anjali Khan

8y
851
1

Hi frnds 

 
how to bind dropdown list from the oracle data base in mvc
i have a table like college here fields priority column like and yes and no condition

after i created viewmodel and property


 public string name {get; set; }
 public string priority {get ; set ;}

so here how to bind dropdown list from the data base n here i am using oracle database in mvc
 

 
please don't provide link I checked but getting error 


 

Answers (3)