I'm posting data to a 3rd party website via button click on a aspx page with a masterpage.
However when I post my data the __VIEWSTATE variable is being passed along in the post. I don't wish to remove the Viewstate for the page. I just want to not pass along the __VIEWSTATE variable in a post.
Is there a way to do this?