Logged In: NO

I think that NUnitAsp cannot currently cope with this.

Looking at the code in WebFormTester.cs function IsPostBack
(), the test is looking for __doPostBack with two
underscores. In this case the string starts WebFo
rm_DoPostBackWithOptions and so will fail the test and not
be processed correctly.