I've never seen this before and I'm getting very frustrated. When I run the VS 2010 debugger, it seems to remember and run "old" Javascript code which is not there anymore. When I step through the Javascript, I end up stepping through javascript function calls that are simply not in the code anymore (they once were but I've removed them.) I've cleaned, built, rebuilt, the app... I've closed VS altogether and re-opened it but VS is still executing the non-existent function calls. I've cleared the IE cache, refreshed the IE cache (Ctrl-F5.)
The C# code is fine, its only the javascript that won't update. Any ideas? b/c I'm running out of them.