how to assign specific role when user registers
Written by Super Userusing asp.net membership provider user
registration is done by the CreateUserWizard
control in the Register.aspx page.
how to autogenerete membership tables using membership provider
Written by Super Userwe know how to use asp.net membership provider.
most of the time we create membership tables
manualy.But those tables can be created
automatically by adding a line in the membership
provider configuration in web.config file.
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.
A c# class can have both static and non static members.
static members is declared with the keyword static.
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.
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.