To know which version of silver is installed in your computer simply go to this page
Read more...With version 3 of WebPageSecurity you might get the port number on the redirected url.
Read more...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...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...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...How to Get Table List – MS SQL
Read more...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.
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...How to Check if a Column is Identity in MS SQL
Read more...I am trying to use a CalendarExtender, but it wont work!
Read more...