That's a result of the AJAX framework bubbling a server side error up, caused by whatever code-behind runs in your RadioButtonList's event handler. If you run it in the debugger, you'll see the actual error.
Alternatively, you can disable the EnablePartialRendering property of your ScriptManager to temporarily revert to regular postbacks (which should display the traditional, full-page ASP.NET error).
Thanks for the tip! It reported the error and I was able to fix it. Thanks again, gt1329a!
James
No comments:
Post a Comment