how to pass an id from one view to different views
hi, I am using ASP.NET MVC3.
I have three views
1.Grid view
2.List View
3.tab View
My requirement is that,when i click on the selected row of the grid
that id value has to pass to the tab as well as List view.
what i want to display is that depending upon on the value selected
on the grid,when i click on the tab ,the list view has to display the
records depending upon the id selected in the grid.
can u tell me how to pass this id value.