ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Setting Controller name for MultiLookup
Title:
B
I
{code}
?
How do I mention the controller name for a multilookup? In your demos you have done it in .aspx page, but it's not working in .cshtml page. I tried the following: @Html.Awe().MultiLookupFor(model => model.Emp).Controller("EmployeeController").Parent("BatchProg", "batchSeq") But that didn't work. Please help!
Save Changes
Cancel
Amar Duplantier
asked at 23 Feb 2014
if the controller name is EmployeeController it should be .Controller("Employee")
at 23 Feb 2014
Omu
That worked, thanks.
at 24 Feb 2014
Amar Duplantier
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