Monthly Archives: May 2006

SQL: Joining on descendants in a hierarchy

I came up with a method of retrieving all descendants of a ‘category’ today by joining into a custom function, and I thought I’d share it online. Let’s say your user can select up to 5 levels of categories in … Continue reading

Posted in Uncategorized | Leave a comment

MCMS: Retaining URL on form postback

One major problem with MCMS is that it tends to use javascript to modify the action attribute of the form. While this works in IE with Javascript on, it doens’t help anyone else. To solve this I extended the HtmlForm … Continue reading

Posted in Uncategorized | 2 Comments