posting a form but without posting the viewstate
问题 I have a web form and want to 'get' it to another page.. is there anyway to submit it without posting the ViewState and other bits I don't want? Or should I be catching the submit button click and redirecting with a querystring I build myself. 回答1: You have a couple of options here: Disable ViewState Use jQuery to remove the fields you don't want to post before the are sent to the server You don't have to disable ViewState on all pages, just the pages that you do not care for the state to be