Tag Archives: Dan Wahlin
Building the Account at a Glance HTML5 jQuery Application by Dan Wahlin
As Web technologies continue to evolve developers are required to learn new technologies in order to build successful web-based applications that stand above the crowd. This can be a challenging proposition especially for developers moving from desktop or Rich Internet … Continue reading
Silverlight 2.0 Video Tutorials
Silverlight 2.0 provides a new and exciting framework for building rich applications using C#, VB.NET or other languages that are capable of running on multiple operating systems and in multiple browsers. Scott Guthrie recently posted a great set of tutorials … Continue reading
LINQ and Lambdas and Sprocs….Oh My! – by Dan Wahlin
There’s a lot of great stuff in .NET 3.5 and several different ways to work with LINQ technologies such as LINQ to SQL. I’m currently putting together some demonstration code for a talk I’ll be giving at DevConnections in Orlando … Continue reading
How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView
In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView … Continue reading
Freeze ASP.NET GridView Headers by Creating Client-Side Extenders
Lately I’ve been working on a pet project where I needed to freeze a GridView header so that it didn’t move while the grid records were scrolled by an end user. After searching the Web I came across a lot … Continue reading
First Look at Visual Studio .NET 2008 and the LinqDataSource
Visual Studio .NET 2008 provides many new features that will definitely enhance developer productivity. In this video tutorial I provide an introductory look at VS.NET 2008 and show a few features such as multi-targeting, split view, and the LinqDataSource control. … Continue reading
Working with ASP.NET AJAX UpdatePanel Properties video by Dan Wahlin
This video tutorial demonstrates the affect that the UpdatePanel’s UpdateMode and ChildrenAsTriggers properties have on updating a panel’s content. The video starts out by discussing the UpdateMode property and shows why you may want to know about it when using … Continue reading
Simple ASP.NET 2.0 Tips and Tricks that You May (or may not) have Heard About by Dan Wahlin
ASP.NET 2.0 is an awesome framework for developing Web applications. If you’ve worked with it for awhile then that’s no secret. It offers some great new features that you can implement with a minimal amount of code. I wanted to start … Continue reading
