I am use mvc project and send selected list data item from view to controller and Its again call the same page that posted .
If i select item from UI MultiSelect then after form post i get back this value into this jQuery UI MultiSelect. but i cant get it back.
case when i not working :-
1) when i dont select any list value from this dropdown that time (i manually set all value of dropdown default is true from codebehind) i get back selected all dropdown value selected.
2) When i selected one or more list item that (i manually set all value of dropdown default is true from codebehind) i get back only first value is selected.
now to find that where is problem and how to solve it?
I am use mvc project and send selected list data item from view to controller and Its again call the same page that posted .
If i select item from UI MultiSelect then after form post i get back this value into this jQuery UI MultiSelect. but i cant get it back.
case when i not working :- 1) when i dont select any list value from this dropdown that time (i manually set all value of dropdown default is true from codebehind) i get back selected all dropdown value selected.
2) When i selected one or more list item that (i manually set all value of dropdown default is true from codebehind) i get back only first value is selected.
now to find that where is problem and how to solve it?