ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Get Lookup selected value
Title:
B
I
{code}
?
Hi, I generate a mvc controller with CRUD actions using Entity framework. Now a have in my view a dropdownlist @Html.DropDownList("IdTest", String.Empty) that i want to replace by a AwesomeMvc Lookup. So a Create the TestLookupController and call it in my view like : @Html.Awe().Lookup("Test") and it works. My problem is, how can i get the selected value of my lookup (here IdTest) to put in my database like using the default dropdownlist? Thank you for your help
Save Changes
Cancel
ousmane.nacanabo
asked at 05 Mar 2014
same as you would do it with a textbox/dropdown/etc., have you tried something that didn't work ?
at 05 Mar 2014
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK