Technology Links for May 7th, 2009 by Jason N. Gaylord's Blog

If you are looking to follow this series, be sure to subscribe to my RSS feed at http://feeds.jasongaylord.com/JasonNGaylord or my Twitter account at http://twitter.com/jgaylord . This series can be followed by using the Hot Links tag. Series Post #8...

Technology Related Links – Post #1 by Jason N. Gaylord's Blog

I’m going to try to put together a list of links I grab and post them to intermittent blog posts. I’d like to do a post like this once a day or at the very least once a week, but let’s see where things go. :) Anyway, here’s the first batch of links summarized...

2 Great ASP.NET Podcasts by Jason N. Gaylord's Blog

I’ve been quite busy working on a side project in which I’ll post more details very soon. However, I came across the two latest ASP.NET Podcasts in which I thought I’d share: Caching with ASP.NET 3.5 SP1 ASP.NET AJAX with JQuery Read More...

ASP.NET 3.5 SP1 (Formerly "ASP.NET 3.5 Extensions") Released by Jason N. Gaylord's Blog

ASP.NET 3.5 Service Pack 1, which was formerly called the ASP.NET 3.5 extensions, has been released. The NetFX update was available as part of the SQL Server 2008 download available on Friday. Now it is available as a separate download. There are quite...

Known Postback Issue with AJAX Controls by Jason N. Gaylord's Blog

I came across a postback issue while using the CascadingDropDown AJAX control. I had a web page with 3 DropDownList controls. The data for these controls was populated from the CascadingDropDown which would bind the data at runtime. The issue with this...
Filed under: , ,

Tip: Set the SelectedValue on a DropDownList that is populated by a CascadingDropDown by Jason N. Gaylord's Blog

When using a DropDownList, you can set the selected item by using the SelectedIndex property. However, if your DropDownList is being populated by the CascadingDropDown control (from the ASP.NET AJAX Control Toolkit), that doesn't work. Instead, you...

Need "Out of the Box" AJAX Functionality for Your Data Controls? by Jason N. Gaylord's Blog

I've been using the Ajax Data Controls (ADC) for 9 months. I recently joined their development team to convert the controls to VS 2008/.NET 3.5. It's a really cool control set that uses AJAX for the complete data transaction. The documentation...
Filed under: , ,

AjaxDataControls DLL for ASP.NET 3.5 by Jason N. Gaylord's Blog

The AjaxDataControls that have been developed by the DotNetSlackers team have been out for some time now. They were originally developed using the AJAX 1.0 libraries (pre 3.5 days). I've recently encountered some issues where they don't seem to...
Filed under: , ,

Need To Set Bounds for onscroll to Work by Jason N. Gaylord's Blog

Sonu Kapoor over at DotNetSlackers.com has, not only a great site, but also some great AJAX controls. He's always looking to improve his controls and today he stumbled across something. He was working on a prototype where he had a div nested inside...
Filed under: , ,
Powered by Community Server (Commercial Edition), by Telligent Systems