Articles

Articles (154)

articles

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.

Rate this item
(0 votes)

It's a good idea to use a class say gateway where all
database access codes will be written.in this gateway class
you will implement db connection as follows -

first create another class -

Saturday, 22 December 2012 13:54

how you can accomplish a project successfully?

Written by
Rate this item
(0 votes)

if you are participating in a project of a
course,assignment,others on c#.net or asp.net
or may be others then you should follow the
steps for finishing the project successfully.

Rate this item
(0 votes)

it is possible to run Application.Run twice in csharp
application.the following example shows that.it's a
example to create login to access the application.

Friday, 28 December 2012 15:54

Updatepanel control in asp dot net

Written by
Rate this item
(0 votes)

The great control in the asp.net ajax is the update
panel control.it can be added to almost every
asp.net page almost magically.this control when
used with a ScriptManager permits a programmer to
use partial rendering(a technique by which many
sections of page updated partially without reloading
the entire page).

Tuesday, 18 December 2012 17:55

c# namespaces

Written by
Rate this item
(0 votes)

namespaces is a old concept in c# programming.both
java and c# uses this concept.a namespace is act like
a 'wrapper' around one or many elements which gives
them uniqueness.

Sunday, 13 January 2013 13:55

how to count how many visitors are online

Written by
Rate this item
(0 votes)

n your asp.net application/website you can count
how many visitors are browsing your website easily.
for this add a Global.asax file in your website.
then add the following codes in that file -

Sunday, 13 January 2013 14:56

how to backup database file of your application

Written by
Rate this item
(0 votes)

you should backup your database file of your
windows software.there are many reasons why you
will backup your database file.i will not write
details about that.i showing here how to
backup your database file for safety of your
database -

Friday, 21 December 2012 13:55

Process of Code review

Written by
Rate this item
(0 votes)
the brief process of code review
Sunday, 13 January 2013 13:55

how to monitor website

Written by
Rate this item
(0 votes)

It is needed to check whether your website is
available or down.It's better you create a WPF
application to check that.you can also check
status periodically besides checking status on
a button click.the following program shows how
to check the website status by clicking a button -


Latest discussions

  • No posts to display.