.NET

IIS 6 website redirect

How to configure redirects in IIS from and to a specific address, including subdirectory and query string.

How to detect if JavaScript is enabled from the server side in C#/.NET

There is no out-of-the-box way of detecting if JavaScript is enabled from the server side. In this article I will explain how to achieve this using .NET's PageMethods.

How to Use Transparent Images and Labels in Windows Forms

The controls in Windows Forms (.NET) don't support true transparency. In this article we show how to use transparent labels and images.

BadImageFormatException was unhandled Exception

This tutorial will describe the BadImageFormatException that arises in some .NET applications and show you a solution to this problem.

Subscribe to RSS - .NET