for (var i in result)
{
$('#tgt').append( "<li><a href='/UpdateStatusData/?id='"+result[i]+" >"+result[i]+"</a></li>");
}
I am receiving blank in the id when extracting in server side. Please help me with the valid way of passing value to the tag.but I am getting the value when i inspect the element along with ="" as extra, you can see it in the image value:MULTINOMIAL, but when I click I could only see blank value in the server side