Tips (106)
how to prevent running multiple application instances same time
Written by Super Userif you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.
showing gradient colored background in application form
Written by Super UserIt's nice to show cool gradient color as a
background color of the form in c#.net desktop
application.you can set different colors.
It's a necessity too when plugin is activated or deactivated
using asp.net membership Probvider you can easily
make a user login using username and password and redirect to
default or any page by the following way -
in some way these codes will help you very much if you need
to know file extension.
method below returns true if extension are any of the following -
Solution "Database Error: Unable to connect to the database:Could not connect to database"
Written by sreeramNowadays internet is being part of our life.So you need to
be cautious when you browsing internet.Following are some
guidelines to be safe -
HttpCookie is a very good way to store small amount of data
in asp.net application/website.you can access cookie value in
any page once set in a page.cookie can stay for long time in the
user's computer.
   Warning! Failed to move file.
how to create tables using scripts with databaseOwner and objectQualifier
Written by Super UserIt's a professional logic to use the databaseOwner
and objectQualifier values when creating tables
else you will not be able to identify the tables
in databases with ease and gain other benefits of it.

logging in