
If you’ve ever built a custom module where it compiled without error and then you attempt to put it on a page and the whole thing just freezes up? Maybe you edited the extension settings of an existing module because…
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…
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. …