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...
pavankumarmc...
Member
7 Points
97 Posts
Adding Dropdown List into Empty ASP.net MVC Login Page
May 09, 2012 02:05 PM|LINK
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...
ignatandrei
All-Star
137568 Points
22126 Posts
Moderator
MVP
Re: Adding Dropdown List into Empty ASP.net MVC Login Page
May 09, 2012 02:24 PM|LINK
Add to the Model the List<Organization>
Then Html.DropDownlistfor