Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am doing login page validations with my empty MVC 3 app.

Here i need to provide the list of organizations, so that user can select the perticular his or her organization and then logins, which can be done by Dropdown List.

Can any one gudie me to add the drop down to this login page, which was built by using "Create" View...

Thanks in advance...
Posted

1 solution

Have a look here on how to have a dropdown in MVC3:
Simple DropDownList in ASP.NET MVC3 app[^]
Rendering and Binding Drop Down Lists using ASP.NET MVC 3 EditorFor[^]

Try out for your scenario.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900