Browse by Tags

All Tags » .Net » ASP.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...

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

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