dotnetnuke

Creating a separate module in MVC like you can do in DotNetNuke

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...

DotNetNuke CSS problem on page postback?

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...

FileUpload SaveAs UnauthorizedAccessException error (Dotnetnuke)

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...

Dot Net Nuke: HTML Module Expand and Contract Icon

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. ...

Using ASP on ASP.Net site

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...

Child Portal Logout Issue

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...

SlickUpload will work normally in .net 2.0 but not in DNN

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 Want to use ModalpoupExtender for tree view in Dotnet Nuke .....but its not working ...how i can use it ??

I m trying to use Modalpop Extender control for Treeview in Dotnet Nuke ..but its not working ...can u please provide me solution ???? ...

Button only posts back the first time it's pressed after page load

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...

Problem with table content leaking outside it's container: how to manipulate table layouts

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 ...

referencing dotnetnuke.dll from another folder on asp.net

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 ...

H264 Video in DOTNETNUKE

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? ...

ClientID invalid after moving code into DotNetNuke module

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...

VS 2008 starter kit for building dotnetnuke module

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? ...

dotnetnuke module installer

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...

"The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine"...DNN

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...

dotnetnuke: can we create a master page?

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 ...

Developing a DotNetNuke CMS website

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...

Single Sign 0n between DotNetNuke, Classic ASP app, ASP.NET app

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...

How do I get the portal's current login URL in DotNetNuke?

In the context of a DNN module, what's a good generic way to find out what the URL to the login functionality is? ...