hi
I have a scenario where i am loading data based on dropdown selection value . now i want to update this data .
like i have a visitor who select his destination city from drop down on selection of Drop down I am showing listed hotel
and user can select any no of hotels and put a date (like he select hotel1 with date 12 hotel2 with date 13 and so on). now i want to save this data back to my database .
how to achieve this in Mvc 4 .
I am not using and third party tools like kindo .