I am working on a project in which there is a partial view. in that i m using razor syntax for displaying div in which records will be displayed using foreach loop. In each div there is a view more link and when clicked it displays description in modal popup. But the problem is that when view more link is clicked of any record the description of only first record is displayed rather than displaying respective records description. Please help me out.
Code