I am beginner in DNN. I am creating a module which provides Login, Dashboard and Add-Update Form. I have data in JSON format. I want to store it temparory while user use the website. Data will be destroy as soon as user will close the…
Has anyone out there used this for DNN7?
Currently no one can view the page content (so HTML modules and other things on the page) but you can navigate to different pages using the navigation. Basically for "All Users", they cannot view the page…
i have a list view with a link to the detail view with 2sexycontent.
at the list view i created a tag for the link with href="@Content.Link"
this works for german, but at the other 4 languages i have a problem with the localization. cause the tabs…
I am begginer of DotnetNuke. I am facing crutial problem now a days. In WordPress, we are providing functionality to manage FullWidth and StandAlone design.
FullWidth: Content of our module should fit in content windows. It will keep header and…
I am going to start on DNN 7 with Visual Studio 2015(DNN Module). As it will be something big for me, I want to make sure about compatibility with all older version. I just afraid if I develop full product and if it will not support to some version,…
I want to create Dynamic Form for Add (i.e Add Employee) functionality. I can create all the control(TextBox, RadioButtonList, CheckBoxList, DropDownList) but I don't know how to create DateTime control. :(
DNN Provides readymade…
I am working on a project where I have a 2 Module: 1- Account, 2- Order. I want to create dynamic design for it. I don't know how to explain properly. Let me give you example.
i.e If user click on Add Account button in Account Tab, I will get list…
I have created a DotnetNuke Project. It is working fine if I import .zip file of it as a Module in DotnetNuke.
But if I run the project in any browser, it keep throws following error. I am trying to get rid since few days but still not get any…
I am damn confuse in TabId and ModuleId which need to pass as parameters in Globals.NavigateURL.
I have created a project with 2 UserControl. Now I want to navigate in button click event of first UserControl.
I have reviewed some reference. Most of…
I am creating a simple web service, for DotNetNuke 7, that will allow an iOS or Android app to authenticate a user with our website to make sure they are a member and so allowed to view restricted content on the app.
I have a test webservice running…
Hello I got a question regarding the website log of DNN.
When I want to create a report, for example: page views per month, and I generate the results then I get a view something like this:
Month Views Visitors Users
6 1138 3 …
I have created a custom module to register user in DNN using UserController.CreateUser(ref userinfo) and it is working for single user. When Single user trying to register it register but problem is when multiple user or simultaneously user trying…
On DNN 7.0 I need to setup a reverse proxy using the ARR module (Application Request Routing).
The rewriting rules are working on static resources (PNG,JS,etc) but not on HTML content.
The error from the advanced trace is…
I'm working with DNN 8.4.2 -
My partial looks like this this:
@{
if(ViewBag.loadItem != null && ViewBag.loadItem)
{
//load my stuff
}
}
While my rendering looks like this:
@RenderPage("Shared/MyScript.cshtml",new{ loadItem = true })
But, when…
Below code is working fine for HTML module but not working for HTML PRO module.
HtmlTextController htmlTextController = new HtmlTextController();
WorkflowStateController workflowStateController = new WorkflowStateController();
int workflowId =…