augustus 2006 - Posts

28 augustus 2006
Minor update to KillerBlog
Just released a minor update 1.2.3.0 to my weblog engine. It now has better support for Windows Live Writer (not complete though: uploading not supported yet) new version of CookComputing’s XmlRpc.net (the source code also holds the interface definitions for MetaWeblog and Blogger) longer time... Read More...
Filed under:
25 augustus 2006
Simple trick to do a refresh after POSTback
Just a quick trick to do a full refresh of your page after that page has had a postback. You know, that's when, if you hit F5, you get the dialog: On Fritz Onion's weblog I saw a trick that I think I can beat. Here are my two ways of doing it: Place a space after the URL and press ENTER. (This is the... Read More...
Filed under:
23 augustus 2006
Custom security trimming in ASP.NET sitemaps
In ASP.NET you can create a sitemap to capture the pages that are available in your web application. The web.sitemap is an XML file that is a hierarchical list that is provided for data binding to controls via a sitemap provider. The Menu, SiteMapPath and TreeView control are common controls used for... Read More...