CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 1/24/2006 10:30:23 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 54 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
zulurl2
Asp.Net User
dnn 4 module1/24/2006 10:30:23 AM

0/0

i'have installed dot net nuke starter kit

i tried to develop a custom module.

like shaun walker says here http://forums.asp.net/1114393/ShowPost.aspx

i wanna have a widget.ascx control and after load a control and this one loads another control

doing this

Controls.Clear()

Controls.Add(LoadControl(test.ascx"))

this run fine!!!!!

but when i try in a button clik

Controls.Clear()

Controls.Add(LoadControl("test2.ascx"))

he returns to widget.ascx.

 

another question a datagrid can edit anda upadate in a websuser control without doing a provider?

 

 

 

BKdotNet
Asp.Net User
Re: dnn 4 module1/27/2006 4:07:02 AM

0/0

Without seeing enough of what you're trying to do - let me see if I can offer some pointers...

Doing a Controls.Add(...) within Page_Load of your control works fine because every time the page loads, it will run that code for the control.

Now - by adding the code to the click event - you run the risk of losing your control on postback.

Try finding a way to persist the control change in the click event...  Also - DNN provides the ability to do this within a module with the NavigateURL method... if each of your user controls is registered as part of the same module definition, you can send the "controlkey" value for the screen you want to display to NavigateURL.

Response.Redirect(NavigateURL("widget2"))

For your second question - DNN does not tie you to the data provider model - you can certainly write your basic VB or C# code to get a dataset using a dataAdapter and all that jazz.  The DataProvider simply adds some elegance to the whole deal. 


Bill Knaus


Blog: http://life.billknaus.com/blogs/ymmv/


Website: http://billknaus.com/

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
Beginning DotNetNuke Skinning and Design: Skinning and Desing Authors: Andrew Hay, Nina Meiers, Shaun Walker, Pages: 432, Published: 2007
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Advanced Techniques in Knowledge Discovery and Data Mining Authors: Nikhil R. Pal, L. C. Jain, Pages: 254, Published: 2005
Neural Networks: Theory and Architecture Authors: Arun V. Holden, V. I. Kriอกu kov, Pages: 236, Published: 1990
15th IEEE VLSI Test Symposium: April 27-May 1, 1997, Monterey, California : Proceedings Authors: IEEE Computer Society Test Technology Technical Committee, IEEE Computer Society, Institution of Electrical and Electronics Engineers Philadelphia Section, Philadelphia Section, Test Technology Technical Committee, Pages: 466, Published: 1997
Model Categories Authors: Mark Hovey, Pages: 209, Published: 2008

Web:
DotNetNuke 4.0 Module Development Module from DotNetNuke.com. Are you ready to create the Module? You must have a DotNetNuke 4 website up and running. This tutorial will use SQL Server ...
DotNetNuke® 4 Module Development Resources - Extend It ... DotNetNuke® 4 Module Tutorial Series:. Creating a DotNetNuke Module using LINQ to SQL ... Moving your DNN 3 modules to work as WAP modules for DNN 4 ...
Super-Simple DotNetNuke 4 module - Tutorial Are you Ready to Create the Module? You must have a DotNetNuke 4 website up and running to continue. If you do not you can use this link and this link to ...
DotNetNuke 4 Module Development Guide Provides extensive information on how to configure your development environment and developing modules for DNN 4.
DotNetNuke 4 - Module Developers Guide - Chapter 1 To develop your own DotNetNuke modules, it is recommended that you start with one of these tutorials:. DotNetNuke® 4 Module Tutorial Series: ...
DotNetNuke Marketplace - Database and Site Backup module for DNN 4 ... The Remote DB Backup module became available for DNN4 and I licensed and installed it. It works well and very intuitively. The technical support is very ...
24DNN - DNN® 4 MODULES DNN® 4 MODULE DIRECTORY .... This dnn module allows users to submit questions. ... Content Sharing (CS) is a suite of DotNetNuke modules designed to ...
Snowcovered.com : DNN KickStart by FRENTONLINE : DotNetNuke 4 Modules DNN KickStart creates instant Ajax DotNetNuke modules! VB and C# ! Define you module or select a table to create your module. No need for VS2005, ...
DotNetNuke 4 - Module Development Guide > DNN Creative Magazine ... DotNetNuke 4 - Module Development Guide. Created by Michael Washington Information covering how to configure your module development environment and ...
mydnn.org > Blog - Generating DNN4 Modules Where are the solutions for generating module code for DNN4? ... I have found a couple of useful starting points for DNN 4 module creation. ...

Videos:
DNN OpenForce Connect '08 - Orlando - Session 3 (Part 4) (Part 4) Here is the first session at OpenForce Orlando where Raul Rodila presented a new way to think about module settings.
DNN OpenForce Connect '08 - Orlando - Session 5 (Part 4) (Part 4) In this session, Darrell Hardy shows us how to secure our connection strings, among most other things in our web.config. He even shows us ho...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 1) (Part 1) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 2) (Part 2) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 3) (Part 3) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 6) (Part 6) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 4) (Part 4) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...
DNN OpenForce Connect '08 - Orlando - Session 4 (Part 5) (Part 5) Here is the fourth session at OpenForce Orlando where Tracy Wittenkeller tells us many things that we know and didn't know about managing a ...




Search This Site:










.ldf file needed?

can't find asp.net auction site

how to avoid postback in menu control?

email recieve notification

about span tag.

help with ttt document versioning module

configuration error

holy freakin weird - the vs designer is acting all crazy! - help

access masterpage methods and properties from a user control

simple problem with uploading project on ftp

registration confirmation code - sending email

registering a web-site in search engins

problem with popup calendar

my custom checkbox control doesnt give me the right checked value, when inside another control

help with efficion articles module

ispostback or not?

directoryinfo.getdirectories help!!

plugging holes in a dyke... (datasets and sql statements) - kinda complicated

how to export data that contain images and text to word

random number

please help me ! (load webusercontrol)

error while trying to run project:unable to start debuging on the web server. the project is not configured to be debuged.

upper case validation

invoking property editor from custom designerverb

change theme after publish doesn't work correctly

asp.net website administration tool error

writing session states from an sql stored procedure

sitemap bug

keeping controls fter page reload

class code getting out of sync with web project

 
All Times Are GMT