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">
<label for="checkbox5">
<asp:Label ID="applicFNMlbl" runat="server" Text= ...
Go to the complete details ...