Friday, 28 December 2012 13:55

how c# applications run?

Written by
Rate this item
(0 votes)
c# is a managed programming language.
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#.

Sunday, 30 December 2012 13:56

how to assign specific role when user registers

Written by
Rate this item
(0 votes)

using asp.net membership provider user
registration is done by the CreateUserWizard
control in the Register.aspx page.

Saturday, 29 December 2012 13:55

free c#,asp.net online books

Written by
Rate this item
(0 votes)

following is the list of online websites which
contain online books,a lot of study material-

Tuesday, 25 December 2012 14:45

how to show reports through Excel from c# application

Written by
Rate this item
(0 votes)

most of the time we need to create reports while dealing
with statistical data or finacial data.statistics should be
available to download.this statistics or reports should be
in a easily understandable format like excel file format.

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.

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.