Browse by Tags

All Tags » .Net (RSS)

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...

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...

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

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...

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...

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...

Custom SitemapProvider with multiple sitemap files by rinze

Hi, today I ran into a problem using Multiple sitemap files in combination with a custom sitemapprovider inheriting from the XmlSiteMapProvider class. Since I couldn't find a solution to this on the web, I thought i'd share my findings ;-) When using...

Creating Accessible (WCAG) Asp.Net 2.0 Websites by rinze

By Now, anybody involved with building accessible websites in .Net 2.0 will have come across the CSS Frienly Control Adapter toolkit. For those of you who haven't, have a look at the codeplex cssfriendly project . Orginally released by Microsoft, but...

Using custom expression builders by rinze

Hi all, For my first blogpost I would like to give some attention to a very nice - but not so widely known - feature in Asp.Net 2.0 called "Custom Expression Builders". There is a new expression type in 2.0 that looks like this: "<%$ %>". U can...
More Posts