Articles (154)
articles
beginners of .net programming can't guess sometime that
how easy is sending mail through .net.there are many ways
to do that.but i am writing here the easiest method to send
mail in c# with .net.It doesn't involve a lot's of coding.
all is built in and no more components.
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 -
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.
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.
running application under local IIS server from Visual studio
Written by Super Userwhen you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.
master pages creates a common look in your application.
if we think about the header and footer in our pages,we
create these header and footer in every aspx pages.this
method has disadvantages.if there were any custom page
which dynamically adds header and footer then would be
good.
On insalling extension it occurs 'Could not find an XML setup file' error in Joomla
Written by sreeramnaming conventions for Class, Variable, control, other names in code
Written by Super Userin coding giving proper names to methods,classes,controls,
variables,others is neccessary and good programming practice.
think that a method name-show button click.
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.