Programming / Coding »

[26 Jul 2010 | No Comment | 1,250 views]

How to Add Existing Silverlight Project to Existing Website Project

Read more...

General, Programming / Coding, Technology »

[26 Jul 2010 | No Comment | 815 views]

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

Read more...

Programming / Coding »

[15 Jul 2010 | One Comment | 1,903 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 | 1,430 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 | One Comment | 2,101 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 | 1,323 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 | 556 views]

How to Get Table List – MS SQL

Read more...

Programming / Coding »

[30 Jun 2010 | No Comment | 1,157 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 | 2,757 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 | 606 views]

How to Check if a Column is Identity in MS SQL

Read more...