Hi,
How can I pass values from one view to another view in mvc3 without page refresh.
I have two views in mvc3.
First view I have drop down list and link button. i have selected value from drop down list then when i click on the link button the second view will be open.
In my second view i am selected the value from grid that value is passed to the first view.
that time Drop down list value returns to -select- after page refresh.
How can i solve this issue.may i use Ajax call in mvc3.....
Thanks & Regards
Narayanan P