I am new to mvc4. I am using partial view. In that partial view, I need fill original and negative images. On the first time, I am loading original images and when I press the toggle button, I need to update the partial view with negative images without going to the controller.
Note: I got both original and negative image from controller.
Please help me how to do?