SEO

Programming / Coding »

[11 Aug 2010 | No Comment | 125 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 | 98 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 | 163 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 | 110 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 | 196 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 | 170 views]

The type ‘‘ exists in both ‘ ‘ and ‘

Read more...

General, Programming / Coding »

[28 Jul 2010 | No Comment | 203 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 | No Comment | 333 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 | No Comment | 181 views]

How to Check Uploaded File Extension – ASP .Net

Read more...

Programming / Coding »

[26 Jul 2010 | No Comment | 152 views]

How to Add Existing Silverlight Project to Existing Website Project

Read more...