Hi,
VS2008.
I have an MVC app and I dynamically rendering html for a control I am building.
I have written some javascript and put in a .js file.
My master page has a refernce to my jquery js file.
A user control then calls my code to render html.
My js file uses JQuery.
When i debug i am getting an "undefined" error when printing the statement in Immediate Window.
Is this because my js file does not reference the Jquery JS file?
If so how do I reference it??
Malcolm