I have a new DNN site and a long list of users that must be added. How can I create these new users with a script.
I have seen modules for sale but if possible I would like to avoid buying a module.
...
I'm using DNN 5. When a user logs in, I want to load some data into the session. Where should I add my code? Should I intervene into the login.aspx's code behind?
...
Hi,
did anyone succed in using AsyncFileUpload in DNN? Although the module is marked as "allow partial render", I get two errore in web page, as alerts:
"Unhandled exception: Access is denied"
and
"Unhandled exception: the requested file uploading problem".
How can I solve it? the classical input type="file" is not working with ASP.NE...
I have user control in which there are text boxes no i am using the AJAX to populate the child controls dynamically however asp.net appending some string to child controls causing problems to write the JavaScript code. Though i have tried getElementLike('key') which iterate elements and get the right one for me but this is really ineffi...
In DotNetNuke, the blog posts have a control that has icons for facebook, google, Windows Live, etc. About ten icons total. The control also contains a list of tags, categories, trackback, and a print icon.
I want to remove the portion of the control with the 10 icons in it. How do I do this? Ideally, I want just the aforementioned cont...
How can I forward a url such as:
http://www.mysite.com/Join
to the appropriate page:
http://www.mysite.com/JoinOptions/MemberRegistration.aspx
Is there some way to do this?
I'm using a DNN CMS but if you're unfamiliar with DNN and still have a solution for redirecting that would be helpful.
Thanks,
Matt
...
I am very new to dotnetnuke. and want to know. steps to create and build a webapplication in dotnetnuke.
how can we add module using dotnetnuke.
how can we handle database in sqlsever 2005 or later on it.
Want to know briefly and understanding explanation.
...
Really want to know diffenrence between framework and architecture.
like dotnetnuke is the framework and mvc is the architecture.
so if we take both this as a example. then can anyone tell me difference between.
Want to know Which one is using when and Where?
Which is good in terms of user requirement satisfaction?
...
I'm involved with a project using DotNetNuke version 05.01.04 Community Edition. We are building our new Intranet using it, but performance is terrible.
We have five people adding pages and content to it and every 15-30 seconds they experience a pause of 10 seconds or longer before the system continues and the next screens loads.
The s...
The answer to this may be a link to a good tutorial, but I've been unable to find one and it's getting rather frustrating.
I'd like to dive into the source code of DotNetNuke 5.2 which I have downloaded to a folder. I've opened up the solution that ships with it and it opens & compiles just fine.
What are the recommended steps for:
S...
I am the Portal Administrator for a DNN site. We are using a Vertical-Tabbed-Boxed skin with blue menu background and blue Module Title background. I would like to change both of those to green.
How/where do I do that?
...
I've been tasked with looking into performance tuning my company's intranet server. It runs DotNetNuke which suffers from poor performance. It also runs a number of other web apps (mix of asp and asp.net).
Could anybody give me a brief list of common performance tweaks that can be made to IIS6?
...
After installing version 5.02.02 on localhost:81 as a new installation (which didn't run smooth but OK'ed in the end), the following error came up when opening the site:
Domain Name Windows Vista Does Not Exist In The Database
My guess is that the installer doesn't like http://localhost:81 or any other port. After checking the Port...
I want to set up my personal programming-oriented website. I'm currently running a very old version of CommunityServer, but I'd like to move on to something else. My host is WINS-based (Windows, IIS, .NET, SQL Server).
I need blogging, forums, and an appstore with google checkout or paypal integration. I've looked around and f...
Short version:
How do I incorporate my custom ASP.NET/VB.NET stuff into a DNN site?
Long Version:
I'm learning about DotNetNuke. I haven't done much yet, but I'm spending a while analyzing the software, hoping to be able to use it for a very large upcoming project.
I've developed a lot of ASP.NET / VB.NET Codebehind reports that are...
I have a multi view which contains a view which contains a panel. the name of this panel is "Panel1"
I have the following code and my HTML does not display in the rendered page. Any idea why this isn't working, i must be doing something wrong?
sw = simple html statement, any would produce same result.
String mstring = sw.ToString();
...
Hi Everyone, this may be a little difficult to explain, but I'll try.
I'm creating a DotNetNuke module in C#. The text in the .cs files are not colour coded for some reason. Comments are black, key words are black, all text is black. As if Visual Studio is just reading the file as plain text.
Now when I create a VB module, everythin...
I am looking for a way to create my own user registration page in DotNetNuke. I do not want to replace the default one, I just want to put dnn registration in a moduule I am building. Any insight on how to go about this would be great, I would like to use the current membership provider included with DotNetNuke.
...
I'm working on a custom module that needs to be able to promote certain users to a particular user security role.
This isn't the primary purpose of the module, it's just a minor feature. (not trying to create a new user management module)
Can somebody please point me in the right direction?
Thanks.
...
I have the following code:
XElement Categories =
new XElement("Promotions",
from b in db.GetPromotions()
select new XElement("Promotion",
new XElement ("Category",b.CategoryName),
new XElement("Client",...