ASP.NET

LABjs.Net Release Candidate 1.0rc4

1 minute read

I’ve committed release candidate 4 of LABjs.Net at GitHub.  It contains a few minor bug fixes, and also adds a few useful features.

Application To Generate ASP.NET Machine Keys

less than 1 minute read

Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKe...

Using URL Rewriting With Web Parts

1 minute read

Web parts are a great new system for allowing personalization of web sites by end users that was introduced in ASP.NET 2.0. However, it isn’t useful when use...

Update To Partial Authentication System

less than 1 minute read

I’ve posted an improvement to the Partial Authentication System originally posted at Secure Persistent ASP.NET Forms Authentication.

Fix To GroupedUpdatePanel

less than 1 minute read

After further testing, I discovered a bug in my GroupedUpdatePanel. It didn’t always function correctly when the postback was initiated by a child control wi...

Grouping Update Panels

1 minute read

Without a doubt, AJAX is one of the most useful web development tools out there. Through AJAX, we finally have a method for developing web pages with robust ...

Linking Stylesheets From Content Pages

2 minute read

Personally, I find stylesheets to be the best way to apply formating to web pages. Skins certainly have their uses, but they tend to pad out the HTML with lo...

Using UpdatePanels inside a Repeater

1 minute read

Sometimes you might find it necessary to place an UpdatePanel control inside the ItemTemplate of a Repeater or other databound control. Normally you would pr...