ASP.NET Web Form Submission in Alpha 2 Broken

ASP.NET Web Form Submission in Alpha 2 Broken

Forms submission in Alpha 2 seems to be running afoul of ASP.NET forms submission. This didn't occur in Alpha 1. Is there a way to disable the hash navigation when doing a forms submission?

Update: I rolled back to Alpha 1 and all is working again. It appears the hash navigation in Alpha 2 is running interference with ASP.NET web forms submits. Not only does the navigation cause issues, but the OnCommand handlers don't fire. I tried using target="blank" in the form tag but that had no affect.

Please consider adding an option to revert to the Alpha 1 behavior for form submissions. Thanks!