This question is locked. New answers and comments are not allowed.
Hi there,
I have implemented a grid in a tabstrip which is displaying on the page. The problem is when I click on the tab where my grid is I get the error message "Error! The requested URL returned 404 - Not Found". I have looked at the console and I get two error messages:
1: Failed to load resource: the server responded with a status of 404 (not found)
2: GET http://localhost:2293/Dashboard/statsgrid? = 1344284796042 404 (not found).
Cheers,
Staci
I have managed to fix the problem, I forgot to add my view to the controller!
I have implemented a grid in a tabstrip which is displaying on the page. The problem is when I click on the tab where my grid is I get the error message "Error! The requested URL returned 404 - Not Found". I have looked at the console and I get two error messages:
1: Failed to load resource: the server responded with a status of 404 (not found)
2: GET http://localhost:2293/Dashboard/statsgrid? = 1344284796042 404 (not found).
Cheers,
Staci
I have managed to fix the problem, I forgot to add my view to the controller!