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

Posting back in a modal popup
22 Mar 2007, 09:01:00 AM
If you have a server-side form that needs to post back to itself, and that form is contained in a window made available through the JavaScript window.showModalDialog call, the postback will cause a new, blank window to be shown.  The typical answe ...
Read post

ASP.NET AJAX and Validator Controls
15 Mar 2007, 04:56:00 PM
I was on a web page that uses the ModalPopupExtender control today, but I was having quite a bit of trouble getting the declared validation controls to work properly.   After some searching, I managed to find this article, which basically says t ...
Read post

Trouble at the shore
14 Mar 2007, 05:25:00 PM
Watch out for sleeper waves at your local shore line! Sleeper Waves, as defined by the California State Parks commission are: A wave that is larger than the average wave height that has been observed.  These can be unpredictable waves, which ...
Read post

JavaScript differences in Firefox and Internet Explorer
14 Mar 2007, 05:20:42 PM
While working on the Vertigo.com redesign, I had the opportunity to work with some of the new ASP.NET AJAX controls.  We decided to use a richer interface than static HTML, which gave me the opportunity (read: frustration) to support Firefox and Int ...
Read post