I have one textbox for userid and 2 to listbox
step 1:first filling textbox with userid
step 2: Moving left list box value to right listbox and then submit
when sumbit i want to get all right listbox and textbox userid value in user id
I have completed till populating values in both listbox
Question is how to get that to controller in mvc.
Please help on this
Manav PandyaPosted Jan 26, 2018, 10:23 PM
Rupesh KahanePosted Jan 25, 2018, 1:26 PM
On submit button you can call ajax function and send data to action method in controller & do changes according to your requirements.