Recent Posts

0
Comments

4 little known Asp.Net features by rinze

There’s a really nice article on 4GuysFromRolla, exlaining 4 little know features in .Net that can be really helpfull. Check out Four Little Known, Helpful Methods, Properties, and Features for ASP.NET Developers
1
Comments

Sorting a Gridview bound to a List by rinze

In pretty much every web application I build, I come across the problem that the default sorting mechanism build in to gridview, doesn’t work when binding to List objects. It requires the gridview to be bound to a dataset object instead of a List. While...
1
Comments

Using globalization resources (.resx) in a class library or custom control by rinze

.Net 2.0 has a nice system for globalization using resource files. For some reason I had never actually used resource files in a class library and as it turned out, it wasn't that easy to find info about this on the web (which surprised me). In a webapplication...
5
Comments

Lua Three Column Layout Live example. by rinze

Hi, I posted a Visual Studio 2008 project with (nested) masterpage examples and a Flexible Cross Browser 3 Column layout earlier on this blog. I have now put up a live sample, you can find it at lualayout.bissadvice.nl . Cheers, rinze
2
Comments

Server.MapPath is playing tricks on me by rinze

Hi, I just ran into some really weird behaviour in Server.MapPath. I am running an Asp.Net 3.5 project on my Vista machine (Dutch OS). My solution resides in my personal folder, which actually is triggering the behaviour. I'm trying to load an xml document...
Filed under: , ,
4
Comments

Visual Studio 2008 Designer is buggy as hell? by rinze

Update 18:23: Oh boy, Did I make a booboo! You can disregard everything posted below. I made a stupid mistake and am very much ashamed. My .aspx, including the page directive below was missing the actual <%@ Page %> statement. Well, maybe this helps...
0
Comments

3 Column Layout (Lua) update by rinze

As described in an update to my previous post: safari is now supported. I added a static version of the layout, just the html and css as an attachment to this post. Cheers, Rinze
7
Comments

Lua: 3 Column Layout, Accessible, SEO optimised and Cross Browser Compatible by rinze

Update 14-10-2008: I updated the liquid layout stylesheet. It is now simpler and works fine in safari as well. I added an attachment (LuaLayoutStatic.zip) containing three html examples and the stylesheets and updated the original template in this post...
1
Comments

Remove .Net styles from page header by rinze

For quite some time now, I've been working on websites aiming for WCAG 2.0 compliance and 'clean' html output. Using .Net 2.0 this can be quit a challenge, since the .Net control output is anything but WCAG compliant and clean. Something had to be done...
11
Comments

System.Runtime.InteropServices.COMException while converting to VS 2008 by rinze

Hi there, today I converted my .Net 2.0 Visual Studio 2005 Web Application Project to Visual studio 2008 and .Net 3.5. I also moved it to a different machine. I ran into an error while converting some of the projects in my solution, preventing the entire...
More Posts Next page »