Hello John,
for possible solution take a look at the following forums thread: What is error Sys.Webforms.PageRequestManagerServerErrorException
especially try to add into your web.confg file:
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="8001"/>
</appSettings>
Best regards, Martin