Articles

Articles (154)

articles

Sunday, 23 December 2012 13:56

Asp.net http handlers

Written by
Rate this item
(0 votes)

all asp.net handlers implement the interface of IHttpHandler located
in the namespace of System.Web.ISAPI(Internet server application
programming interface) extensions are somehow analogous to Handlers.

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 -

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.

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.

Saturday, 22 December 2012 15:54

how to display ArrayList content in DtataGrid

Written by
Rate this item
(0 votes)

we all know well that the DataGrid is used for database work.we
can use DataGrid contorl to show data from database tables.
but it's that the new version of the DataGrid control in the c#
language and Vb.net is able to show any other objects
of classes which implements IList interface.

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 -

Thursday, 26 December 2013 15:11

how to create wordpress plugin

Written by
Rate this item
(0 votes)
Following are the steps to create your first wordpress plugin.After you
successfully complete these steps, you are able to understand and
learn how to create wordpress plugin
Last modified on Thursday, 26 December 2013 15:35
Friday, 21 December 2012 13:55

Process of Code review

Written by
Rate this item
(0 votes)
the brief process of code review

Latest discussions

  • No posts to display.