Articles

Articles (154)

articles

Saturday, 22 December 2012 14:55

how to send mail from .net

Written by
Rate this item
(0 votes)

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.

Sunday, 30 December 2012 18:54

how to develop dotnetnuke module using template

Written by
Rate this item
(0 votes)

following are guidelines to develop modules
for dotnetnuke 5/6 with visual studio 2008/2010 -

Sunday, 23 December 2012 13:55

asp.net caching

Written by
Rate this item
(0 votes)

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.

Saturday, 22 December 2012 13:56

how to specify help in asp.net

Written by
Rate this item
(0 votes)

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.

Rate this item
(0 votes)

when 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.

Saturday, 22 December 2012 13:55

master pages in asp.net

Written by
Rate this item
(0 votes)

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.

Rate this item
(0 votes)
When you installing new components, modules, or plugins to your joomla site it occurs 'Could not find an XML setup file', its because your extension file is corrupted.
Last modified on Monday, 06 January 2014 20:16
Rate this item
(0 votes)

in coding giving proper names to methods,classes,controls,
variables,others is neccessary and good programming practice.
think that a method name-show button click.

Sunday, 30 December 2012 14:57

how to upgrade dotnetnuke website to upper version

Written by
Rate this item
(0 votes)

upgrading dnn website to upper version is easy.one
have to follow the following steps to do upgrading.

Monday, 06 January 2014 16:24

Dont know which database is used by your Joomla site?

Written by
Rate this item
(0 votes)
Its easy to find name of the database used by our joomla website. Just open your root directory via FTP, access the file configuration.php from the root folder.
Last modified on Monday, 06 January 2014 20:15

Latest discussions

  • No posts to display.