The United States needs both academia and career-technical education.
I’m glad for the availability of career-technical education in the United States, and in particular the emphasis it gets here in Ohio, allowing students who may otherwise struggle academically and are getting a better shot at success, in school and…
Converting a DataTable to a List in ASP.NET
In an ASP.NET application, if you load data using a SQLDataAdapter, the result is a DataSet comprised of DataTables without strongly typed fields. This is okay, but it’s much better to get a strongly typed List<T> of items that you…
Bootstrap Radio Buttons with ASP.NET Web Forms and UpdatePanels
(Update 2015/07/07: Debugged and cleaned up code snippets and attached sample Visual Studio project.) Let’s say I am taking a WebForms site and updating it to make it look nicer. Ideally I would update the project to ASP.NET MVC, but…
How to set Firefox as the Default Browser in Windows 7 when it is Missing from the Default Programs List
Recently I was on a Windows 7 computer with Chrome and IE installed. I’ve been using Firefox since it came out and haven’t transitioned to Chrome like everyone else has. I installed the most recent version, 38.0.1, and it installed…