Anjali Khan

Anjali Khan

  • NA
  • 867
  • 213.9k

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

Feb 9 2017 10:47 PM

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)