Not working on ASP.NET pages in subfolders

Not working on ASP.NET pages in subfolders

o..oo..o Posts: 1Questions: 0Answers: 0
edited March 2011 in General
Hi,

I write ASP.NET application and I want to use DataTables.

In Master Page (which is not in root) I include scripts in markup:
[code][/code]

Everything is working on pages placed in root. But on pages in subfolders DataTables are not fired. It looks like some path trouble, but I can't see.

I tried also this, but without success:
[code][/code]

Thanks for help o..o

Replies

  • WilcoWilco Posts: 3Questions: 0Answers: 0
    This is more ASP.NET rather than DataTables. However I can't see anything wrong with the first line. Could you use firebug (the NET tab) to see what file Firefox is actually trying to load?
This discussion has been closed.