sagar srivastava

sagar srivastava

  • NA
  • 122
  • 433

I want to bind gender table from database in MVC code first

Oct 27 2018 11:59 AM
I have create one MVC project with code first approach. And in my model , table name is Student. And property is Id,Name , Address. And I want to crate one more table like Gender (with drop down list) that is bind from data base. How to do

Answers (1)