Welcome to Neudesic Blogs Sign in | Join | Help

.NET tips and tricks (RSS)

Single Sign-On for everyone

Single Sign-On (SSO) is a hot topic these days. Most clients I worked with have more than one web application running under different versions of .NET framework in different subdomains, or even in different domains and they want to let

ASP.NET 2.0 two-way binding and calculated fields

Did you get that feeling of excitement, when during the ASP.NET 2.0 presentation the two-way bound data grid was built with a few mouse clicks? It does look impressive. However, when you get home and try to do something a little bit more complicated,

Dependent data-bound controls in ASP.NET 2.0

We all know that in ASP.NET 2.0 we can create data-bound forms without writing any code. You can, for example, create a databound drop-down list using a wizard that takes you through creating a database connection, building the select query and binding

Broken page layout in FireFox

A couple of customers reported a problem with the FireFox browser. The page that displayed OK in IE and Netscape would be completely broken in FireFox. It turned out to be an "honest mistake" of the developer. We all know about the ASP.NET Panel

Opera displaying images as text

Here is an interesting incompatibility I found with the Opera browser. If you create a custom HttpHandler that takes a URL like http://mysite.com/myhandler.axd and internally does a Server.Transfer to a JPG image, Opera will not recognize it as an image