Home » Archive

Articles in the Programming / Coding Category

Programming / Coding »

[14 Sep 2010 | No Comment | 1,949 views]

You cant perform a order by on the derived column directly.

Programming / Coding »

[11 Aug 2010 | No Comment | 2,327 views]

Using this script you can insert the create a table for locations and insert the US states in it.

Programming / Coding »

[11 Aug 2010 | No Comment | 1,205 views]

Often times you might need to convert input string to title case.
For example converting the string “mY GiaNT bREAkFST” to “My Giant Breakfast”

General, Programming / Coding »

[4 Aug 2010 | No Comment | 2,828 views]

If you place LinkButton inside a repeater which is inside an UpdatePanel, you will get a full postback if you click on the LinkButton.

General, Programming / Coding »

[4 Aug 2010 | No Comment | 1,276 views]

Usually you would get this error with your Web Deployment Project if there have multiple classes with same name.

General, Programming / Coding »

[30 Jul 2010 | No Comment | 1,842 views]

To change the .Net version of your website, login with remote desktop and open Internet Information Services Manager on the windows 2008 server. This is found under Start Menu > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.

Programming / Coding »

[28 Jul 2010 | No Comment | 1,252 views]

The type ‘‘ exists in both ‘ ‘ and ‘

General, Programming / Coding »

[28 Jul 2010 | No Comment | 2,887 views]

While working on my first project with Visual Studio 2010, i had to go through some weird stuffs as I tried to convert a Website project to a Website Application project.

General, Programming / Coding »

[27 Jul 2010 | One Comment | 8,210 views]

When you’re hosting Silverlight, you have to tweak your IIS settings to allow the server to know how to handle the extensions that it’s not familiar with.

General, Programming / Coding »

[27 Jul 2010 | 2 Comments | 4,378 views]

How to Check Uploaded File Extension – ASP .Net