<asp:LinkButton ID="lnkprogress" runat="server" class="label label-info" BackColor="#589FC2" CommandArgument='<%#Eval("BookingId")%>' OnClientClick="jk();" >In progress</asp:LinkButton>
This LinkButton is present in a repeater for each row. I am looking to extract the value of the command argument using JavaScript. Any suggestions on how to achieve this?