Dot Net Nuke (DNN)
Normal
0
false
false
false
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-b...
Navigating from one module to another module
Grettings,
I am running into a little situation that I am hoping someone can give me a hand with.
Currently I have 2 modules. Module A and Module B. Both consist of the base .ascx page and an edit.ascx page.
What I would like to be able to do is have a linkbutton at the bottom of the Module A edit.ascx control, that links to Module B base .ascx control. Then on Module B .ascx you could follow the UI flow to the edit.ascx control of Module B.
The problem I am encountering is this:
NavigateURL does not seem to handle loading module instances that HAVE a moduledefid ...
DotNetNuke: How to view user control Module by giving control Key in module definition
I'm not viewing the usercontrol page when I'm giving Control key name in the module definition. but its shows if not giving control key name.I want to navigate from one user control page to another page module..I've written the coding as shown in below.. Response.Redirect(Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "ControlKeyValue", "mid=" + ModuleId.ToString())); Its showing blank page when I'm executed...can anyone help me to solve this problem..?Thanks in advance..!Muthupandian ...
Changing the Module control displayed from another module
What is the best way of changing the control shown by a module from another module?For example, having a module with a link called settings that causes the setting control to load on another module on the same page. I don't believe the intermodule communication will work as the message is not available util the page_load event, which is after the system has determined and loaded a control already.Thanks...
Going from one Custom Module to Another Customer Module
I am having trouble going from one module to another module.
My source module contains a calendar user control (Brainjar's better
calendar). In the day_render event of the calendar control, I add
a label to each day and set the text property to an href tag:
<a title="Drinks with John"
href="http://localhost/DotNetNuke/TestPage/PrototypingEventListing/tabid/54/Default.aspx?itemID=54&status=calEvent">John
</a>
I am trying to leave the module with the calendar to go to another
module's view control. This link takes me to the view control of
the new mod...
accessing one modules data from another module
Hi -Is there an easy way to access the DAL of one module from another module?or, to ask a more direct question:Is it possible to get a list of files uploaded to DNN from the file uploader without going into the DB directly? I don't SEE anything that leaps out and says "do it like this" and I'm relatively new to DNN module development in general (like a month - I'm just starting to get comfy with some of this stuff)...Any thoughts or pointers?Thanks!--woody--woodyC. Woody Butler
You can get the file list with the following method:
DotNetNuke.Common.Globals.GetFileList(/*some params*/)
HTH...
modules, modules
This site appears to be the most comprehensive list of free custom modules:
www.dnnfaq.com
Any other sites? I do like how Rainbow gives you a bucket of them - saves a lot of time over having to snoop around and find some of the DNN ones. Is there also a way to list modules as "certified"? Also - is there a decent repository of skins?
I have recently installed version 2.0. Sure wish there were more modules ready for it! That would make it much easier to evaluate the program and give recommendations to my boss.
The reason there aren't more 2.0 modules yet is becasue it h...
Module in Module
Hi,
Is there a way to place a module inside another module (e.g. A feedback module inside a Text/HTML module) ?
Cheers
Tassos
There is a way to inject controls into a module dynamically based on some criteria like a querystring parameter - is that what you are wanting to do?Dylan Barberread my stupid blog http://codemypantsoff.com
There's a commercial module "wrapper" on Snowcovered that is designed to hold other modules. So it is possible.I don't know if you could put a module holding a module inside a module containing a module, but I wouldn't try. The entire space-time...
Modules inside another modules
Hi! I'm trying to know if it's possible to have a module inside another
module (graphically)... or does exists an editable "container module"
which could contain another ones?
Thanx,
Cro
www.snowcovered.com has what you want ...
look at 3.x new releases .. or somebody whill post the exact name ...
Like this? http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=166&CatalogItemID=1441UNLESS someone like you cares a whole awful lot, nothing is going to get better. It's not!
Hi, I have just such a module at http://www.dnnstuff.com/
Richard EdwardsAvail...
Accessing a module from another module
HI,
I have two modules on a tab. One module is the navigation module written by me and the other is the XML/XSL standard module from the examles. I want to be able to select a particular combination of XML/XSL files depending on the navigation by the user. It it possible to do this ?
Thanks
Rohit
one way: use cookies.
give every page a response.cookies["NavXML"].value = x;
where x = int id# of what ever xml thing you want to display.
then do an if / then statement to display the xml.
if (request.cookies["NavXML"] == 1) {
show xmlcombo1
...
want to call one c#.net function in one user control from another user control
hi
i have two user controls
info.ascx and personal.ascx
i have a function like
in info.ascx i have a function like showdetails()
{
}
now i want to access this function from personal.ascx
can i do this ?
thanks in advance.
shwetaThanksshwetaIn a day when don't come across any problem -you can be sure that you are traveling in wrong path
you should better create a class where you will define the "functions" that you need in both files. declare "static" the function and call it like nameofclass.nameoffunction
In a web project you can...
DNN: Switch from one page to another inside a module control
If one module have some control then i know how to switch from the inside of one control to another by keeping other area same. But if one control have more than one page, then I'm not finding any way to move from one page to another page, but still I will in the same control.
See below for more details:
I have one file Setup.ascx and another file Display.ascx.
So when user will click "Add"(some key) from top left corner of the module then "Setup.ascx" control will appear and when user will click one button from "Setup.ascx" page then this area will r...
Slider control not rendering on DotNetNuke module control
Dear friendsI'm developing a website using DotNetNuke and asp.net and using a Slider control of the latest source there. I'm phacing a problem that its not rendering when I run the website. Here is a code: <ajaxToolkit:SliderExtender ID="SliderExtender1" runat="server" BehaviorID="Slider1"
BoundControlID="Slider1_BoundControl" Maximum="100" Minimum="-100" Steps="5"
TargetControlID="Slider1">
</ajaxToolkit:SliderExtender>
<asp:Label ID="Slider1_BoundCont...
Two Module views for one module
I have a DNN 2.0.4 module which has one single module view and one edit view.
I already upgrade it to DNN 3.0.
Now, I want to enhancet further by adding a new view module to it, so I can have the option to choose which view module to be shown on my home page, or I might show them both.
Is it possible to make both views exist in one module difintion ? and they both use the same edit module ? Fayez Mutairi Saudi Aramco
I have been campaianing for this for a while (http://forums.asp.net/916913/ShowPost.aspx)
To me it makes perfect sense because I have this setup (in real life ex...