Hi everyone,Who can help me to resolve the question? When I defined the Property 'checked' in a class,It's always not passed.
Example:
public class Node
{
public bool checked
{
get;set;
}
}
I do so because of I am using a jquery plugin which the return json object's property is checked
I will be very grateful if somebody help me Thank you