after changing the location.hash
(location.hash disappears immediately) if I refresh the whole page, it is being refreshed unlimited number of times. Why ?
Asked
Active
Viewed 123 times
0
-
It's all about the framework you are using... What is it? Did you developed the hole application? – balexandre Feb 16 '12 at 17:11
-
Yes, I'm using the ASP.NET MVC 3 – Tony Feb 16 '12 at 17:12
-
Can you show an URL example and a list of your routes? – balexandre Feb 16 '12 at 17:13
-
`localhost:39217/BST/#search-container&t=j&c=147` the `Global.asax` default file is not changed – Tony Feb 16 '12 at 17:20
-
...and I see that only once the Controller's action is being invoked – Tony Feb 16 '12 at 17:28