Hello, I'm
Jason
I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?
ASP.NET 3.5 SP1 (Formerly "ASP.NET 3.5 Extensions") Released
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 a few enhancements in 3.5 including Dynamic Data, the Entity Framework, the AJAX History control, better Silverlight support and more! Be sure to download it today at http://www.asp.net/downloads/3.5-sp1/.
Read MoreKnown Postback Issue with AJAX Controls
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 is that when data is being bound at runtime, it cannot be validated during postback unless each value is registered with the page. In most cases, this wouldn’t make sense. So, we have to fall back to turning off EventValidation
at an application level in the web.config (attribute is found on the pages element) or at the page level (attribute is added to the page directive). It’s best to turn off the EventValidation
at the page level. There is no way to turn this off at the control level unless you are building your own control that does not contain the SupportsEventValidation
attribute.
Tip: Set the SelectedValue on a DropDownList that is populated by a CascadingDropDown
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 must use the SelectedValue
property on the CascadingDropDown
control.
Clearspring Widgets Don't Work on 64-Bit Platform
Unless you are using IE 32-bit, don’t expect the Clearspring widgets to work. Clearspring is one of the leaders in building widgets for social networks and Vista. The reason their widgets do not work is because Flash is not yet supported on 64-bit platforms. By default, the Vista Sidebar on a 64-bit system displays widgets by using IE 64-bit.
Read MoreVisual Studio Fonts and Colors
For quite some time I’ve been working with a modified version of Scott Hanselman’s “Dark Theme” for Visual Studio. The reason for my modifications is that the HTML and CSS settings were very difficult to read. Here is the complete list of changes I’ve made in Tools > Options > Environment > Fonts and Colors:
Read MoreMicrosoft Releases SQL Server 2008
SQL Server 2008 has been released to manufacturing (RTM’d) today. For more information about this release, be sure to visit Microsoft’s press release at http://www.microsoft.com/presspass/press/2008/aug08/08-06SQLServer2008PR.mspx.
Read MoreWho are the ASPInsiders?
Rob Chartier blogged about the ASPInsiders late last week. If you are unfamiliar about the group, it’s purpose, and it’s members, be sure to visit http://weblogs.asp.net/rchartier/archive/2008/08/01/who-are-the-aspinsiders.aspx.
Read MoreAmazon introduces Kindle
Amazon released a new portable device called Kindle to their marketplace today. Kindle has the ability to read thousands of books that are available in the Amazon marketplace. Users have the ability to preview books before they decide to purchase them. In addition, the Kindle product has the ability for users to store Microsoft Word documents on it for later viewing.
Read MoreUsing the LINQ Keyword "First"
All day I was stumped on why there wasn’t a simple way to grab the first object in a sequence other than using:
Read MoreCodeStock coming August 9th to Knoxville
CodeStock is coming August 9th to Knoxville, Tennessee and you should see the speaker line-up! Jeff Prosise will present the opening keynote and Alan Stevens will mediate the open spaces. There’s a ton of great presenters that will be at CodeStock including Steve Andrews, Rachel Appel, James Avery, Jason Follas, Amanda Laucher, Chris Love, Wally McClure, Jeff McWherter, and more! Be sure to check out the agenda at http://codestock.org/Pages/Agenda.aspx and register for the event today!
Read More