Blog of Adrian Anttila, containing my thoughts, comments and questions. RSS Feed

JavaScript interaction with controls in an UpdatePanel
24 Apr 2007, 09:12:00 AM
I was trying to update the content of a hidden control declared inside an UpdatePanel yesterday, but no matter what I did, the correct value wouldn't post to the server. I was using the following controls to store a URL in the currentUrlField, f ...
Read post

Building a site without IIS under Vista
05 Apr 2007, 09:11:00 AM
The current project I'm on requires it to be hosted at a specific URL to run, in this case, http://silverline.msdev. Normally, you have 2 options, both involving IIS: Update the hosts file in C:\Windows\system32\drivers\etc, with a line like t ...
Read post