General, Programming / Coding, Technology »

[26 Jul 2010 | No Comment | 95 views]

To know which version of silver is installed in your computer simply go to this page

Read more...

Programming / Coding »

[15 Jul 2010 | No Comment | 175 views]

With version 3 of WebPageSecurity you might get the port number on the redirected url.

Read more...

Programming / Coding »

[14 Jul 2010 | No Comment | 164 views]

In ASP .NET a new session id (Session.SessionID) does not create with Session.Abandon or Session.Timeout.

Here is the simple process that would create a new session ID on next page load.

Read more...

Programming / Coding »

[10 Jul 2010 | No Comment | 414 views]

If you get the Fatal Error message during the Silverlight installation with visual studio 2008, this might help you. I was able to solve the problem with these steps.

Read more...

Programming / Coding »

[9 Jul 2010 | No Comment | 173 views]

Sometimes autocpmplete is not a desirable feature. Lets say you are on a shared computer and using your credit card to make a purchase. You sure don’t want the computer remember your credit card info.

Read more...

Programming / Coding »

[30 Jun 2010 | No Comment | 185 views]

How to Get Table List – MS SQL

Read more...

Programming / Coding »

[30 Jun 2010 | No Comment | 197 views]

In SQL Management Studio if you
right click on a table > click on Script Table As > Click on the Create > Click on File/Clipboard… option
you won’t get the indexes on the script to carry over.

Read more...

Programming / Coding »

[28 May 2010 | No Comment | 635 views]

How do you alter an existing table int column to identity in MS SQL? Alter command wont work. Here is a simple work around to achieve that.

Read more...

Programming / Coding »

[28 May 2010 | No Comment | 262 views]

How to Check if a Column is Identity in MS SQL

Read more...

Programming / Coding »

[20 May 2010 | No Comment | 457 views]

I am trying to use a CalendarExtender, but it wont work!

Read more...