I am calling asp.net button click event through jquery.
$('[id$=btnSaveAsp]').click();
I am sending html data into asp.net hidden field. It is working fine with small amount of data but it is not firing with large amount of data. What should I do???