dotnetnuke

GridView FixedHeader in Dotnetnuke

Hi , Iam using a gridview in a module and needs Fixed Header functionality .I tried using CSS but could not freeze the header in Dotnetnuke. Please let me know how to implement FixedHeader and Columns and Functionality of GridView in Dotnetnuke. Thanks in advance Divya. ...

How to handle Object Data Source Exception handling in DotNetNuke

I've created several DNN (5.2.3) modules and I'm finding that if an error happens on the object data source (ODS) DNN will then show that error to everyone. A sample (though not a ODS specific error in this case) is shown below. This has no meaning to user. The exception should really be "Thing not found" or something like that to the us...

changing menu style in dotnet nuke

Hi friends i am using Alldnnskins-10949 skin in my dotnetnuke. Here i want to change style of the submenu like font etc. But i don't know how it is? Does any one know this? Thanks inadvance ...

DNN Error when loading a specific skin (GeneralContentPage)

I get this error when I load a page that uses a specific skin (GeneralContentPage). I have deleted the ascx page and parsed the skins again but still have the same error. Would appreciate any input! An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentN...

DotNetNuke - how to change default portal alias in Webinterface

In DotNetNuke, I have added multiple URL aliases for a portal. The first one added is the default alias which cannot be removed or changed. Of course I can do this in the Portal alias table in the database directly (using Management Studio), but people who have no access can't. Is there a way? It seems like such an obvious need - but I...

How To do customize code in created new module Of DNN

Hello , when we create a module into Admin side. and if we want to do customize code into this new module then how can we do this and where this new module file saved? by FTP where can we find this new files of new module. Thanks ...

dotnetnuke event module other modules disappear

ok i have a dotnetnuke default event module installed in the website . it is at the bottom of the page in a eventcontentpane i designed for it on the home page. the thing is that when i click on any event on the calender it displays the event details in the middlecontentpane on the page but everything (other modules) disappears .what co...

Create master page at runtime

Hi I want to create a master page dynamically by the user like the one DotNetNuke is done and load the modules where the user needs. I also want to have nested master pages with the above approach. Please help me design the above problem. ...

Creating Classified add site with dotnetnuke

Hi, I need to create classified add site with dotnetnuke is there good open source module or suggest a good approach,quick tutorial thanks to all.. ...

ASP.NET MVC within DotNetNuke?

Is it possible to build a DNN module that uses ASP.NET MVC? Granted that DNN doesn't support ASP.NET MVC out of the box...but since both DNN and MVC run on top of the ASP.NET pipeline... The reason I ask. Large legacy website running on DNN: http://blahblahblah.com I'd like to stick an existing ASP.NET MVC webpage/application here: ...

dotnetnuke 5.5 critical error on pressing settings on every module of the site

my site was hosted on one server . everything was working fine. After moving to another server . click on the settings of every module on the site give critical error object reference not set to instance of an object. what could be wrong? i am using dotnetnuke 5.5 ...

Dotnetnuke - How to move my project to root directly?

Hi all, I have installed Dotnetnuke in a sub directory, and now i completed my project. How can i move my project to root directory? There are many hard coded links in my project. How can i change directory without any issues? Please anyone help me!!!! ...

How can I create a persistent vanity URL in DotNetNuke?

I'm not aware of a solution for implementing custom persistent vanity URLs (my term, not sure if thats what they're really called) in DotNetNuke. Does anyone know of a solution? It can be configuring the core, using a third party module, or a suggestion of how to write it from scratch. Here is what I'm thinking: I want to point people...

DotNetNuke, PHP, Simulating a remote postback using curl

I have a page in DNN like: http://nolimitswebdesign.com.dnnmax.com/test/tabid/57/ctl/Edit/mid/374/Default.aspx I need to send a post request to that page using PHP+Curl which modifies the content of text area and saves it (like as if someone modified it manually and clicked the update button on that page). I doubt that with DNN it might...

Managing SQL Server connected to existing DotNetNuke website

Sorry if this question isn't "programmery" enough. Before my time at the company they paid for a very expensive website written in asp.net and dotnetnuke. Absolutely terrible but there's very little that can be done about that now. They won't give us access to the SQL Server for some bizarre reason but they've given us FTP access. Is th...

How to change the swf file on user click in digFlash

in our dnn site the list of the swf file is shown in left side and the digFlash module is in left side. what i want is, when the user clicks on the left side swf file that file must play on the right digFlash module. Is thier any way to do this ...

ASP.NET - IIS 7 - DotNetNuke - How do I force browsers to reload the site's CSS?

I have run into the problem where my css files are being cached in browsers. This is a fairly common problem, and a common solution is to simple add a version number in the url to the css file. Example: MyCSS.css?ver=1.12 However, I'm using a custom skin for DotNetNuke which forces the usage of the file: skin.css I don't have a way to ...

Dotnetnuke JQuery Javascript

<TD class="CATRow11" vAlign="middle" noWrap align="left" height="100%">$<span id="MRRP" class="CATRow12">100</span><br /><span id="dnn_ctr412_ProductPage_UnitCost"><span class="CATProductListItem"><span class="CATProductListItem">$2,313.29</span></span></span></TD> Hi What I need to do is with JQuery in DNN is change the 100 to a valu...

is a site developed using dotnetnuke???

How to make sure that some site is developed using dotnetnuke?? ...

Can DotNetNuke use another database with existing tables for ASP.NET default membership provider?

We have a case where a web site already exists and is using ASP.NET default membership provider storing Users' data on a SQL Server database. I need to add a new DotNetNuke site that can share the same membership tables with the existing site. Is there a way to do this cleanly where the Membership tables remain in the existing database ...