3
Answers

how to bind drpdownlist from the oracle db in mvc ?

Anjali Khan

Anjali Khan

7y
259
1

hi frnds

i have a fields in data base like

USER_ID VARCHAR2(100 CHAR)

USER_NAME VARCHAR2(250 CHAR)

ROLE_ID NUMBER(38,0) No

and some data filled in data base .
now i want bind dropdown list from the data base and dropdown should be display data
dont want to use entity framework.here we can use procedure in oracle
so please help on this how to do this in mvc

Answers (3)