3
Answers

How to rebind checked checkboxes ?

Mani Kandan

Mani Kandan

7y
183
1
Hello everyone,
 
I am working on MVC 5, I have two view pages that contain 'Next' and 'Previous' button look like MVC Wizard. The 1st view page showing list of checkboxes look like,
 
 
 
Then I am passing the checked values to Controller's method parameters thought jSon by jquery.
 

 
 
But I want to rebind the checked checkboxes when I am click on previous button from 2nd page.
 
How can I do this?
 
Please help me...
Answers (3)