Articles

Articles (154)

articles

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

Rate this item
(0 votes)

normally we define connectionstrings under
<connectionStrings> tag in the web.config
file.membership providers use that
connectionstring.what if we needed to use
the connectionstring in asp.net pages?.

Rate this item
(0 votes)

sometimes it's needed to check whether there are multiple same
modules in the current page or not to keep one version of the
module or some other checks.

Friday, 21 December 2012 13:54

Asp.net starter kits for web developer

Written by
Rate this item
(0 votes)

there are many starter kits for visual web
developer to learn asp.net 2 and do the
common scenarios of web development.

Friday, 21 December 2012 13:56

some starter kits for club or organization

Written by
Rate this item
(0 votes)

1.club website starter kit
by this you can create a site for your club
and organization.It includes news posting,
member directory and others needed.It
has many functionality related with photo album.

Tuesday, 25 December 2012 13:54

how to create Own Exception Classes in C#.net

Written by
Rate this item
(0 votes)

for creating own exception class,you have to derive your class
from System.Exception class.also you have to implement all
constructors which base class implements.to create own
exception class follow the requirements/recommendations
below-

Rate this item
(0 votes)

the following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.

Saturday, 29 December 2012 13:56

how to convert bmp file to gif by csharp

Written by
Rate this item
(0 votes)

to convert bitmap image file to gif file you
have to create bitmap object first.

Friday, 28 December 2012 14:54

Static Members in c#

Written by
Rate this item
(0 votes)

A c# class can have both static and non static members.
static members is declared with the keyword static.


Latest discussions

  • No posts to display.