I have two partial view on parent views. First partial views is of questions where user will have a question listing with checkbox against each question.
Another partial view is for selected question which was selected from above partial view.Which shows selected question from above view.
Is there any way both can communicate like this? Any example will be highly appreciated. This both partial view be used at many places.