XML : what are the different ways to pass data from one view to another view's controller in MVC, c#

I have a dropdown list (used html select and option) in my one view controller. when user select an item from it, the selected item should send to the next view's controller as a parameter and according to the value of the parameter, should do some sorting in xml and then send data to it's view. I have used jquery post. it pass the selected item's value to the next view's controller successefully. Then query is also success. Then in the second view it loops through.but finally null display.

what I want is to know what are the ways that we can use to pass data from one view to another controlle.there are no any complete tutorials.this will help to others also.if there any complete tutorials please put.

thank you very much.

No comments:

Post a Comment