Abhilash J A

Abhilash J A

  • 537
  • 2.4k
  • 597.1k

How to rebind checked checkboxes ?

Mar 20 2017 8:03 AM
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)