Link to home
Start Free TrialLog in
Avatar of BKennedy2008
BKennedy2008

asked on

JavaScript runtime error: 'WebForm_DoPostBackWithOptions' is undefined

I wiped my computer and re-installed VS 2010. I pulled up a working website with the login that VS uses by default in the ASP.Net configuration. I receive this error:
JavaScript runtime error: 'WebForm_DoPostBackWithOptions' is undefined

along with the URL string then displays a long list of an ID within the URL such as:
http://localhost:63404/(F(sehp6lmYsUTtUGgiThB0JLTSO5POPyKwe773AxDVMFjXuxuf8lWCG_VYgInmQLRSwzoNn_pqV-QTZl7pMbwU08Aw2Q_cGRoWCYhQ05t4Am-XyvOpT1l7ohkzbLYksdGtfyQlqrnUJWKTH-VKBaMekoNUiOFz4WRUXtH9-e60vnkiAxrYUfaJONnd6BOMfMn60))

I cannot seem to make sense of it. When I display the ASP.net string provider, it does not look right and when I go to test, I also get the error:
JavaScript runtime error: 'WebForm_DoPostBackWithOptions' is undefined

What can I look at?
ASKER CERTIFIED SOLUTION
Avatar of Ivo Stoykov
Ivo Stoykov
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BKennedy2008
BKennedy2008

ASKER

Thank You