I really like the new .NET 4 (3.5) routing, it is very simple and straight forward to implement – just add some MapPageRoute to your global.asax and then some RouteData.Values to your aspx files 🙂 Anyway it was simple until last night when I was adding routing to an old VB.NET WebSite project. I just… Continue reading ASP.NET Routing gives 404 error
Month: September 2010
Filter by Label in Gmail
I have just started playing around with Filters in Gmail. This is one thing that took me some time to figure out, how to filter by label. It turns out it was quite easy, it seems you can use any search string in the “Has the words” field of your filter. To get a label… Continue reading Filter by Label in Gmail