I have an asp.net mvc 4 project where in client side I need to send part data via ajax and then display returned result. But all what I have in response is []. I'm debugging and I'm sure that have not null List<> collection. Does anybody know where is my mistake?I have an asp.net mvc 4 project where in client