Here’s the situation: You have an ASP:Button inside an ASP:UpdatePanel, but also want to go modal when the button is pressed. This means setting up a jQuery function to handle the click event. You can’t just switch the ASP:Button to…
Force or Remove www from your domain
If you want to manage the canonical domain of your website here’s a simple way to do it. 1. Install the URL Rewrite module The Url Rewrite module is from Microsoft and may, or may not, be pre-installed with IIS. …
SharePoint Alerts
One of the great features of SharePoint is Alerts. Let’s say you have a lot of people storing a lot of documents in a lot of libraries in SharePoint. You want to know what’s going with the libraries and lists…
Fill a List(of T) from a Reader
I’ve come to love List(of T). It makes it so much easier to work with data. Here’s a simple overview of working with data in a list. The following code is vb.Net, but can be easily converted to C# using…
WAMP and Web Accessible PHPMyAdmin
Occasionally, you want to give a user, or content manager, access to PHPMyAdmin, but you don’t want them to log in to the server itself. This requires opening up PHPMyAdmin to the web. If you’ve ever purchased shared hosting you…
Unable to Add Modules
A few months ago, we upgraded a client’s development and production sites from DNN 6 to DNN 7.3. Other than a few minor issues, the upgrades went well and the sites have been running very well. Recently, we started encountering…