I've newly started to open my eyes for ASP.Net MVC, but on the site we are currently working on we use DotNetNuke, and I actually like the way you can create new "Modules" and just plug them in to your site with ease (If the module is coded right that is).
Can you achieve this when using the Asp.Net MVC pattern? That you have a co-worke...
We're having a very strange problem with css in DotNetNuke.
It seems that with any of our custom modules, if a user clicks to postback 9 times the skin css is removed and the page becomes rather ugly. Looking at the source the tags with the urls to the css files are gone. After one more click making 10 postbacks, any custom css files w...
Hi guys,
I am trying to save an image file in a custom module I am building for a DNN site.
However when I run the code I get an UnauthorizedAccessException.
if(upLoadAddImg.HasFile)
{
String imageLocation = ConfigurationManager.AppSettings["ImageFolderPath"];
//Upload file
upLoad...
How the heck do I get rid of that expand and contract (minus.gif) out of my HTML modules? Probably really simple but I can't find the option...
I'm using version 4.09.04 default skin.
Thanks.
...
I have a client that currently has a shopping cart written in ASP that he wants to keep using. We are looking at upgrading the rest of the site to DotNetNuke which is based on ASP.Net.
Does anyone have any guidance on how to use asp pages in an asp.net application? IFrames? I did a little ASP just before dotnet came out, so I"m not t...
Hi All,
Currently we have single DNN installation with multiple sites in it. Some of them are created as parent, child portal. Recently we are facing logout issue on child portals for admin and registered user (not host users). When any Admin/Registered user logs in, in child site and try to perform any action e.g. edit any module or na...
I downloaded and tried SlickUpload from
http://krystalware.com/Products/SlickUpload/Download.aspx
You can try one of the "Quick Start" examples by downloading the Binary
This works fine as a normal .net Application
but when I do an easy test by copying the code to DNN (compile and everything), the event that is raised when the Upload...
I m trying to use Modalpop Extender control for Treeview in Dotnet Nuke ..but its not working ...can u please provide me solution ????
...
I am creating a DotNetNuke module which is a simple text field which the value is then passed to stored procedure and results bound to grid.
When I first load the page, I can enter a term - hit 'search' button and I can see in debug that the buttons click is processed - and results are returned.
However the next time I press the button...
I'm having a problem keeping the contents of this table within it's container: See here.
The table is being automatically generated by something called CataLook store which is a DNN module.
I really wish they would make modules up to standards-- ie. <div> instead of <table> but this is what I'm stuck with...
I've tried Firebugging it ...
I have dotnetnuke portal on server in /root/dnn and I am creating asp.net app in c# VS2008 that I need to upload on /root/app.
when I deploy my app, it needs to reference dotnetnuke.dll assembly from /root/dnn/bin instead of /root/app/bin.
how can I manage that, without putting app files in /root/dnn?
I tried to set auto-refresh path ...
We are about to add h264 video to our website. So far it looks like we are going to use Ultra Video Gallery 3 Professional Edition.
What are the good alternatives?
...
I am porting an existing application to a DotNetNuke module and discovered bizarre behavior. I use ClientID when creating javascript so that the code can identify the HTML elements. Normally that creates a value something like this:
"g_ctl00_ctl01_ctl00_ctl00_txtSearch"
We've all seen this a million times, right? Well, after porting t...
I am looking to build a dotnetnuke module for the latest 5.1 version. I could not find a starter kit or vs 2008 template. Any ideas? links or pointers where I can download it?
...
Hello guys, I am just looking for some option in dotnetnuke or some utility or some installer module of dnn which could make installer (.zip package) of my dynamic desktop module.
at the moment when i try to create module package through Host->Module Definition... It only creates package of those files which does exist in that Module fo...
I'm trying to get a new DotNetNuke site up and running on our 64-bit server, and I'm encountering the following error message:
"The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine"
I know from experience that you run into this when you target a 64-bit assembly on a 64-bit machine (there is no 64 bit OLE-DB pro...
Can we create a content managed master page in dotnetnuke?
eg. I want the right pane and bottom pane to be content managed, but to show the same thing across all pages.
Thanks
...
I am a junior developer and I have just graduated from university this year. I am working private with some people and I have just been given a music website to develop using DotNetNuke. I have a some experience using DotNetNuke which I have gained making small modules that take care of certain functionality on a webpages but I have neve...
We run multiple apps to provide services to our members at our organization
1. DotNetNuke as CMS
2. Classic ASP custom app for membership management and event management
3. ASP.NET app for providing online learning
4. Wordpress blog
Can somebody please suggest a way to enable Single Sign On in this kind of an environment.
I am looking...
In the context of a DNN module, what's a good generic way to find out what the URL to the login functionality is?
...