Sometimes I get the exception: Script Registrar : Can not render twice
What does this mean?
The situation is, that I have typed the wrong password for my login, then the right. Then the exception is raised.
Make sure you don't have <%= Html.Telerik().ScriptRegistrar twice,
if you want to register other scripts you just call Html.Telerik().Scriptregistrar the second time in other words the <%= is only called once for the initial render usually on the masterpage.