problem about dotnetnuke-module-Collection of common programming errors


  • ThinkingStiff
    dotnetnuke-5 dotnetnuke-module
    Actually I have a DropDownList, Which have values 1,2,3,4,5,6.And Under this some controls 2 RadioButtons,3 CheckBox Group and 4 TextBoxes. When i select value 1 from DropDown These controls display once,when i select value 2 from dropDown , these controls display twice and so on. So how can i do this? Please help anyone . Thanks in Advance.

  • ThinkingStiff
    email dotnetnuke sendmail send dotnetnuke-module
    I’m trying to send an email in a DNN module I’m making. However, though it doesn’t crash the email isn’t being sent. I think it has to do with the From Email I’m attempting to use. I’m not 100% sure what email I should be using for the from which is the first parameter.Protected Sub Submit_Click(sender As Object, e As EventArgs) Handles Submit.ClickDotNetNuke.Services.Mail.Mail.SendEmail(“support@localhost”, “[email protected]”, “EmailTest”, “Hello world!”) End Sub

  • Ankit
    dotnetnuke dotnetnuke-module
    After I upgrade my dot net nuke version from 6.01 to 7.10 ,all things are working find but after admin login can not use some functionality like page edit,add new module.All the times it throws same errorSystem.Exception: Unhandled Error: —> System.ArgumentException: Item has already been added. Key in dictionary: ‘UserInfo’ Key being added: ‘UserInfo’ at System.Web.Http.WebHost.HttpControllerHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.

  • 1110
    javascript jquery asp.net dotnetnuke dotnetnuke-module
    I have created custom DNN module that should use some JQuery plugins. I loaded plugins fine. But getting error:Uncaught TypeError: undefined is not a function imagesloaded.js?cdv=18:93 Uncaught TypeError: Object [object Object] has no method ‘imagesLoaded’ Masonry:755 GET http://dnn7site/jquery.min.map 404 (Not Found) Masonry:464 GET http://dnn7site/resources/shared/scripts/jquery/jquery.min.map 404 (Not Found)And I think that this is because JQuery is not imported in my custom module. I include