Hi
I have used checkbox onselectedindexchange event in updatepanel using listview in asp.net framework 3.5
But now i m developing in mvc razor 4,
and i have listview (using foreach in html) , and want to use checkbox onclick , filter listview and display new results.also when new results are displayed,the whole page should not be refreshed, only listview should be refreshed......
also if checkbox in unchecked , the result should again be filtered without checkbox value and display..
How to do this in MVC razor 4 asp.net c#