Inline Edit Box on CodePlex and new PostBack Ritalin beta
AJAX, ASP.NET, PostBack Ritalin, UI By Dave Ward on May 16th, 2008I’ve decided to open source Mike Davis’ ever-popular Inline Edit Box .NET control. Neither of us have enough time to maintain it properly, and several of you have expressed interest in contributing if it were open source. So, its new home is CodePlex: http://www.codeplex.com/InlineEditBox
You’ll have to bear with me, because this is my first CodePlex project and I’m still familiarizing myself with the admin functionality of the site. If you have any trouble contributing to the project, contact me directly and I’ll do my best to resolve it quickly.
PostBack Ritalin v0.10 beta
I also have a new version of PostBack Ritalin nearing release. Major changes:
- Client-side portion completely rewritten as a proper JavaScript object. This results in much less namespace impact on the page’s DOM, and is just generally much cleaner.
- Added image pre-loading option for WaitImages. Currently, disabled ImageButtons can take a bit too long to show their disabled image the first time, due to HTTP delay. Enabling pre-loading will cause the browser to pre-cache the disabled images, resulting in instant feedback for the disabled state.
- Added support for disabling LinkButtons.
It passes all of my previous test cases, but I would be very interested in any testing feedback that you could provide me. I’m sure some of you are using it ways that I would never think to test for. I especially want to make sure that the LinkButton functionality is working well before releasing it.
The beta for this version is over now, but you can download the latest release version at the PostBack Ritalin project page.
Possibly related posts
What do you think? Your comments are welcomed.
I appreciate all of your comments, questions, and other feedback, but please try to stay on topic. If you have a question unrelated to this post, I recommend posting on the ASP.NET forums or Stack Overflow instead.
If you're replying to an existing comment, please use the threading feature. To do this, click the "Reply to this comment" link underneath the comment you're replying to.
Other sites linking to this post
- Dew Drop - May 17, 2008 | Alvin Ashcraft's Morning Dew
- May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF - ScottGu's Blog
- BusinessRx Reading List : May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF
- May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF - Mirrored Blogs
- 5月20日链接篇: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF - Joycode@Ab110.com
- Enlaces de Mayo: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF « Thinking in .NET
- May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF « .NET Framework tips
- Planeta C# » May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF

Your comments
Dave, is it possible to get the source code for Postback Retalin? The bugs reported at http://encosia.com/downloads/postback-ritalin/ about args.get_postbackBackElement() and sender._postBackSettings.sourceElement, which could be null are not fixed in the latest version…
Fabrice
I’ll get that fixed before release. It’s an easy fix. Thanks for reminding me.
Could you also add [Localizable(true)] on the WaitImage and WaitText properties of the PostBackRitalin and MonitoredUpdatePanel classes, please?
The download linked above is updated with those changes now.
Wow, that was quick :-)
However, it seems that the download hasn’t been updated yet. The content dates from May 7.
Sorry about that. There was a caching issue. It’s really updated now.
This version also has a preliminary stab at fixing the get_postbackBackElement and sourceElement null issues that have been reported. If you have a page that reproduces that problem, give this version a try there.
Everything seems to work fine. Thanks a lot!
Great to hear. I appreciate the feedback.
Hey Dave,
Looks like we made Scott Guthrie’s blog:
http://weblogs.asp.net/scottgu/archive/2008/05/20/may-20th-links-asp-net-asp-net-ajax-net-visual-studio-silverlight-wpf.aspx
- Mike