I had defined one string array say AccId like
public static List<string> AccId= null
in .cs. How can I update its value using jquery. I had tried to do the same but on client end it displays its value(checked using alert). But when I debug it in .cs it shows count=0.
Go to the complete details ...