I post some hidden variables to a payment site (2CheckOut). The problem is that the viewstate is posted to that page as well. This causes my receiving script to crash because it doesn't like being posted a strange viewstate or that the viewstate has been malformed.
How can I remove viewstate from the post? I have set enableviewstate to false and went through every control. It still posts that viewstate.
How can I remove viewstate from the post? I have set enableviewstate to false and went through every control. It still posts that viewstate.