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 -

Thursday, 09 January 2014 22:32

how to add facebook like button in website

Written by
Rate this item
(0 votes)
Nowadays, facebook became the best social media  to promote businesses and for personal interest.
Many websites using facebook like button in every pages to make their site more social and got around.
Last modified on Thursday, 09 January 2014 23:17
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.

Rate this item
(0 votes)
While accessing your joomla site it occurs Database Error: Unable to connect to the database: Could not connect to database, the solution is simple...Check the following steps
Last modified on Wednesday, 25 December 2013 14:38
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.


Latest discussions

  • No posts to display.