Posted on: 7/23/2015 2:14:46 AM | Views : 803

Hello all
Into my application i have two listview one to show the applicants that applied for the job that i have posted under my User id and the other will show the cv for each one i click on. What is happening that the the 2nd listview will show the first cv of the first applicant only the others applicant cv will not be shown i dont know what is the problem so for that i need your help and to make my post more clear i have upload a screen record and show what is happening clearly. Please click on below link to watch the screen record 
https://www.youtube.com/watch?v=-xdw52uks1U&feature=youtu.be 
the listview that will show the all applicant whose applied for the jobs that i posted is:
<asp:ListView ID="showapplicforemployrLV" runat="server" > <ItemTemplate> ...

Go to the complete details ...