Dave Ward's BlogDave Ward's BlogASP.NET, C#, and AJAX.code, ideas, and examples. Articles
PostBack Ritalin Updated (v0.9)
2008-01-31 02:22:00 Another significant update to Post Back Ritalin is available today. Changes include: v0.9 (1/30/2008) Resolved all remaining issues with master pages. Nested naming containers should no longer cause any issues. Added the ability to provide UpdatePanel specific WaitText and WaitImage properties for each MonitoredUpdatePanel. Added correct handling for virtual paths in all WaitImage properties. Added CSS to change cursor ...
Highslide JS .NET Updated (v0.5)
2008-01-12 02:29:00 A small update to Highslide JS .NET is available today. Changes include: v0.5 (1/11/2008) Updated embedded Highslide JS version to 3.3.6. Cleaned up Alt and Title attribute handling. Added TitleText property to HighslideImage. Added LinkTarget property to HighslideImage. The download is available on the Highslide JS .NET page, as always. Summary of the changes Previously, the thumbnail image’s Title and Alt text ...
Highslide JS .NET Updated (v0.5)
2008-01-12 02:29:00 A small update to Highslide JS .NET is available today. Changes include: v0.5 (1/11/2008) Updated embedded Highslide JS version to 3.3.6. Cleaned up Alt and Title attribute handling. Added TitleText property to HighslideImage. Added LinkTarget property to HighslideImage. The download is available on the Highslide JS .NET page, as always. Summary of the changes Previously, the thumbnail image’s Title and Alt text ...
4 ASP.NET AJAX JavaScript UI methods you should learn
2008-01-09 16:15:00 A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. More About: Java , Script , Javascript , Ajax , Methods
4 ASP.NET AJAX JavaScript UI methods you should learn
2008-01-09 16:15:00 A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. More About: Java , Script , Javascript , Ajax , Methods
Best of 2007: 5 most popular posts (and contest winners)
2007-12-21 19:05:00 As of today, the site is exactly one year old. What a year it has been! I would like to sincerely thank every one of you for making this past year such a blast. Without all of your great comments, emails, links, and kicks, I doubt that I would have been motivated enough to ... More About: Contest , Java , Script , Popular , Winners
Best of 2007: 5 most popular posts (and contest winners)
2007-12-21 19:05:00 As of today, the site is exactly one year old. What a year it has been! I would like to sincerely thank every one of you for making this past year such a blast. Without all of your great comments, emails, links, and kicks, I doubt that I would have been motivated enough to ... More About: Contest , Java , Script , Popular , Winners
Three copies of ASP.NET AJAX in Action still available
2007-12-20 09:21:00 If you haven’t seen the original post with details on the contest, read that first. If you have, then you know that we’re down to the last day of the contest. So, make sure that you’ve maximized your chances of winning by commenting on the original post and subscribing to my email list. As ... More About: Action , Java , Script , Ajax
Three copies of ASP.NET AJAX in Action still available
2007-12-20 09:21:00 If you haven’t seen the original post with details on the contest, read that first. If you have, then you know that we’re down to the last day of the contest. So, make sure that you’ve maximized your chances of winning by commenting on the original post and subscribing to my email list. As ... More About: Action , Java , Script , Ajax
Three copies of ASP.NET AJAX in Action up for grabs
2007-12-17 08:41:00 Thanks to Alessandro Gallo and Manning Publications, I am happy to announce that I’m going to be giving away three copies of ASP.NET AJAX in Action this week in celebration of my blog’s one year anniversary. If you haven’t read ASP.NET AJAX in Action, you really owe it to yourself to check it out. The ... More About: Java , Script , Ajax
Three copies of ASP.NET AJAX in Action up for grabs
2007-12-17 08:41:00 Thanks to Alessandro Gallo and Manning Publications, I am happy to announce that I’m going to be giving away three copies of ASP.NET AJAX in Action this week in celebration of my blog’s one year anniversary. If you haven’t read ASP.NET AJAX in Action, you really owe it to yourself to check it out. The ... More About: Java , Script , Ajax
Work smarter: MS AJAX?s JavaScript type extensions
2007-12-04 10:30:00 Examples of using Array.contains, Date.format, String.format, and other base type extensions to accelerate ASP.NET AJAX client side development. More About: Java , Extensions , Work , Script , Javascript
Work smarter: MS AJAX?s JavaScript type extensions
2007-12-04 10:30:00 Examples of using Array.contains, Date.format, String.format, and other base type extensions to accelerate ASP.NET AJAX client side development. More About: Java , Extensions , Work , Script , Javascript
Using pageLoad in both Master and Content pages
2007-11-20 08:35:00 An easy method for simultaneously using the ASP.NET AJAX pageLoad shortcut function on both master and content pages. More About: Java , Script , Content , Master , Pages
Using pageLoad in both Master and Content pages
2007-11-20 08:35:00 An easy method for simultaneously using the ASP.NET AJAX pageLoad shortcut function on both master and content pages. More About: Java , Script , Content , Master , Pages
Exploring one of MS AJAX?s often overlooked features.
2007-11-15 10:10:00 A closer examination of ASP.NET AJAX's $addHandler function and several real world examples of its use. More About: Java , Features , Script , Ajax , Exploring
Exploring one of MS AJAX?s often overlooked features.
2007-11-15 10:10:00 A closer examination of ASP.NET AJAX's $addHandler function and several real world examples of its use. More About: Java , Features , Script , Ajax , Exploring
Inline Edit Box .NET (v0.7)
2007-10-30 08:38:00 Mike’s been extremely busy this month, but found time to update Inline Edit Box .NET for us. Changes since version 0.5 include: Added option for single click or double click (new Public Property called ClickMode: enum [SingleClick|DoubleClick]) Added ?ClientIDSuffix? property to allow for repeater/web control objects. Added ?Mode? property. Allows to specify ?Admin? or ?Display? modes. Fixed PostBack ... More About: Java , Script
Are you making these 3 common ASP.NET AJAX mistakes?
2007-10-24 11:00:00 An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. More About: Ajax , Common , Stakes , Mista
Easy incremental status updates for long requests
2007-10-04 06:40:00 An example of using an iframe to easily provide incremental status updates for long-running web requests. More About: Java , Updates , Script , Status , Long
Easy incremental status updates for long requests
2007-10-04 06:40:00 An example of using an iframe to easily provide incremental status updates for long-running web requests. More About: Java , Updates , Script , Status , Long
ASP.NET AJAX Timer Trouble? Location is key.
2007-09-20 06:29:00 An examination of the ASP.NET AJAX Timer control and how it's placement can dramatically alter the behavior of the control. More About: Performance , Java , Script , Location , Ajax
ASP.NET AJAX Timer Trouble? Location is key.
2007-09-20 06:29:00 An examination of the ASP.NET AJAX Timer control and how it's placement can dramatically alter the behavior of the control. More About: Performance , Java , Script , Location , Ajax
Seamless inline text editing: The Control!
2007-09-17 12:00:00 In my recent post, Seamless inline text editing with ASP.NET AJAX, I thought I had outlined the simplest possible way to implement the technique, but I was wrong. One of my readers, Mike Davis, took what I began and built it into the beginnings of a great ASP.NET server control. The initial release is available ... More About: Editing , Text , Control , The Con
Seamless inline text editing: The Control!
2007-09-17 12:00:00 In my recent post, Seamless inline text editing with ASP.NET AJAX, I thought I had outlined the simplest possible way to implement the technique, but I was wrong. One of my readers, Mike Davis, took what I began and built it into the beginnings of a great ASP.NET server control. The initial release is available ... More About: Editing , Text , Control , The Con
Seamless inline text editing with ASP.NET AJAX
2007-08-23 07:00:00 A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed. More About: Performance , Java , Script , Editing , Ajax
Seamless inline text editing with ASP.NET AJAX
2007-08-23 07:00:00 A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed. More About: Performance , Java , Script , Editing , Ajax
Updated your web.config, but Sys is still undefined?
2007-08-16 16:06:00 How to use ASP.NET AJAX's Application.init event to safely call Java Script after the framework is initialized and avoid the dreaded Sys is undefined error. More About: Config , Define
Updated your web.config, but Sys is still undefined?
2007-08-16 16:06:00 How to use ASP.NET AJAX's Application.init event to safely call Java Script after the framework is initialized and avoid the dreaded Sys is undefined error. More About: Config , Define
Robust ASP.NET control referencing in JavaScript
More articles from this author:2007-08-08 08:12:00 Easily reference your ASP.NET controls on the client side, even if their ClientIDs have been modified due to nesting: Use . More About: Javascript , Control , Refer 1, 2, 3, 4, 5 |



