so many time we are facing this problem when we are using FF(Mozilla Firefox) . issue is we need to enter userid and password when we are using localhost,on IE(Internet Explorer) it has some internal ability to window user for Authentication ,but on firefix its not but don’t worry, you’ll have to make a quick [...]

most of the time we are intersted to
maintain our own server to trace all the
send & receive mail.

here i found some good links for Setting free Mail Server
you just need to follow the steps.
1. Download Free Mail Server.
2. Configure your server [...]

Twitter is one of the best social networking site , you need to simply add tweetmeme button to your blog or site to generate the larger amount to traffic to your site. Tweetmeme and Retweet both track the retweets of the site link as well as blog posts also. now you are more intreasted on [...]

need to test your application or website in different browser with different platform

read this it will help you .

Test Your application

Cheap trick:

Convert.ToString((object)stringVar) == “”

This works because Convert.ToString(object) returns an empty string if object is null. Convert.ToString(string) returns null if string is null.

(Or, if you’re using .NET 2.0 you could always using String.IsNullOrEmpty.)

its a good technique to Restrict user to view your website , this task can be done with the help of checking of user’s IP Address and match with our database and if user get found under
that IP then you can set Denied Access to them .

But in this case you [...]

Most of time we want to disable the ” Browser Back” button due to some security reason or any

other purpose.

there are some tech. to do this .

You can use the location replace method when changing the location.

<script language=”JavaScript”>
<!–
if (document.images)
[...]

how to LTrim and RTrim in C#

Trim is used to remove the Whitespace form the given sentence.
rtrim - remove Right side Space
ltrim - remove Left side Space

User.Text.TrimEnd(); — rtrim
USer.TrimStart(); — Ltrim

hi guys, this is my first trick on my Tips & tricks Category,

hope u like it,

Most of the time we want to “Clear Project List” from Start Page of visual studio.

Here is the steps.

1) Click on Run , Type RegEdit & press enter

2) It will open Registry [...]