Questions tagged [dotnetnuke-6]

DotNetNuke Version 6. It is an Open Source Content Management System(CMS) based on .Net language.

89 questions
7
votes
3 answers

Does DotNetNuke 6 support Ajax Control Toolkit?

Does anybody have successfully working module in DNN 6 with the Ajax Control Toolkit? My modules stopped working when we migrated from DNN 5.x to to 6.x. Modules compile without errors but I am getting client side script error: 'AjaxControlToolkit…
Andy
  • 429
  • 3
  • 9
4
votes
3 answers

How to throw 404 in DotNetNuke module

I want to throw an 404 file not found exception from my module, but every exception is caught by DNN and does not show me my 404.aspx page (only the error page from DNN). In my web.config I've added:
jerone
  • 16,206
  • 4
  • 39
  • 57
4
votes
1 answer

How to install a jquery plugin in DotNetNuke?

I need to figure out how to install any new jQuery plugin into DotNetNuke (DNN) I'm pretty good with jQuery and I know how to reference the source files etc. What I need to figure out is where in the code to include the