Programming / Coding »

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

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

Read more...

Programming / Coding »

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

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

Read more...

Programming / Coding »

[11 Aug 2010 | No Comment | 1,063 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”

Read more...

General, Programming / Coding »

[4 Aug 2010 | No Comment | 2,457 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.

Read more...

General, Programming / Coding »

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

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

Read more...

General, Programming / Coding »

[30 Jul 2010 | No Comment | 1,628 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.

Read more...

Programming / Coding »

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

The type ‘‘ exists in both ‘ ‘ and ‘

Read more...

General, Programming / Coding »

[28 Jul 2010 | No Comment | 2,649 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.

Read more...

General, Programming / Coding »

[27 Jul 2010 | One Comment | 7,113 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.

Read more...

General, Programming / Coding »

[27 Jul 2010 | 2 Comments | 3,432 views]

How to Check Uploaded File Extension – ASP .Net

Read more...