Articles in the Programming / Coding Category
Programming / Coding »
Using this script you can insert the create a table for locations and insert the US states in it.
Programming / Coding »
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 »
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 »
Usually you would get this error with your Web Deployment Project if there have multiple classes with same name.
General, Programming / Coding »
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 »
The type ‘
General, Programming / Coding »
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 »
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 »
How to Check Uploaded File Extension – ASP .Net
Programming / Coding »
How to Add Existing Silverlight Project to Existing Website Project
