This question is locked. New answers and comments are not allowed.
This was a problem I was having and what the issue was, used for an FYI in case anyone runs into this scenario.
My Issue:
I have a tabstrip that is loading partial views in MVC 3 with LoadContentFrom. The second grid that was being loaded was never being loaded initially when tabbed to and when I refreshed I was redirected to a new page outside of the tabs.
My Fix:
Looking at my code I saw I named both grids the same name. While not an issue when loading pages on separate http request, when loading via ajax causes the issue described above.
My Issue:
I have a tabstrip that is loading partial views in MVC 3 with LoadContentFrom. The second grid that was being loaded was never being loaded initially when tabbed to and when I refreshed I was redirected to a new page outside of the tabs.
My Fix:
Looking at my code I saw I named both grids the same name. While not an issue when loading pages on separate http request, when loading via ajax causes the issue described above.