I had the same error myself. Except, it wasn't the drop-downs that were large. The drop-downs contained filter values for what could be large queries on the page.
I put
Code:
enableviewstate=False
on all of the controls on the page and it solved the error.