Hello
In below is my list view, i am looking to help me to how i can write the delete row code and before delete the row show a message which contain: " Are you sure you want to delete this CV". Delete
row depend on CommandArgument "ApplicNum" (which is the primary key) from JobApplic table.
<asp:ListView ID="showapplicforemployrLV" runat="server" >
<ItemTemplate>
<ul class="list-group">
<li class="list-group-item">
<div class="checkbox">
...
Go to the complete details ...