dotnetnuke (6)
how to get profile and membership data in dnn module
Written by Super Usergetting dnn user information from dotnetnuke module is
easy.
you can get dotnetnuke user's User Credentials
and Profile data by the following way -
how to send email by dnn sendmail method and create custom NavigateUrl
Written by Super Useryou can create custom navigate url in dotnetnuke to send the url or
use it as a querystring in another page by the following way -
how to develop dotnetnuke module using template
Written by Super Userfollowing are guidelines to develop modules
for dotnetnuke 5/6 with visual studio 2008/2010 -
how to upgrade dotnetnuke website to upper version
Written by Super Userupgrading dnn website to upper version is easy.one
have to follow the following steps to do upgrading.
how to check if multiple same modules are in the page in dotnetnuke
Written by Super Usersometimes it's needed to check whether there are multiple same
modules in the current page or not to keep one version of the
module or some other checks.
there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.