to display the help and let the users easily get help
whenever they need it you can call the Help.ShowHelp
method in your form.
Asp.net caching helps you to create high performance applications.
you can cache objects like DataSets,or your created objects.you can
also do page level caching if you used user controls in the page
if your aspx page includes lots of work.
how to prevent running multiple application instances same time
Written by Super Userif you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.
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 -
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
Dont know which database is used by your Joomla site?
Written by sreeramIt's required that you configure your joomla SMTP settings so that joomla is able to send
email when user registered or different mailing functions works for other components and modules
like k2, CB....
In this post i show how to configure joomla 2.5/3 smtp settings properly.