Articles (154)
articles
how to upload images to server creating new directory
Written by Super Userthe 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#.
how to show reports through Excel from c# application
Written by Super Usermost 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.
A c# class can have both static and non static members.
static members is declared with the keyword static.
how to install and uninstall visual studio (other details)
Written by Super Userwe all know about VS 08/10.Its a great software
for making desktop and web applications
and for other tasks.
how to track errors if any when software starts
Written by Super Userwhen you run your c# application there may be
unknown errors for various reasons.you can
view those errors to correct later.
better way is to store those errors in a online
file using webservice automatically.
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.
following are couple of great open-source applications
created for Asp.net community.
how to publish database file as a script file with data
Written by Super User
If you want to publish your database from one database
server to another,sql server database publishing
wizard can do that.without downloading it you can
use visual studio to publish your db as .sql script
file.then you can run this script file in another
sql server to get the database with all tables and data.
I show you how -
you can deploy a c#.net windows application to use
it on another machine.
if you know about Object oriented way of programming
you know how much role a property plays.

logging in