Hi,
I have an ASP.Net 3.5 web application. I have a page with a ScriptManager inside.
I use ClientScript.RegisterClientScriptInclude in order to include my javascript files. In the JS files I use Type.registerNamespace but when the page loads I get a JS error: "Type is not defined".
What am I doing wrong?