Hi ,
I am using jQuery verion 1.3.2 with dnn version 490 and trying to update a DIV on onmouseover of a asp label to show 'More Information'. I am loading the HTML on fly using the jQuery's ajax method
var div =jQuery("#divResult");
div.load(url,id);
Now the issue is , when i pass the url as 'http://localhost/dnn490/desktopmodules/modulefoldername/moreinfo.aspx?id=1' it generates the following error :
Parser Error Message: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified. (E:\Net\d490\Website\web.config line 87)
but strange is when i pass the ur as 'http://localhost/dnn490/moreinfo.aspx?id=1' , the div loads the returned HTML properly.
But i want to ship the moreinfo.aspx within the PA and want it to reside within the module folder only. Any body has any idea what i am missing ???
Also, i have tried this case in DNN version 5.1.4, but the result is same.
Please let me know if any body wants more information it.
Thank you
Sachin