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

Posted in Developer Visual Studio / ASP.NET, Web Development, Windows 8 | Tagged , , , | Leave a comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , | Leave a comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , , | Leave a comment

Simplifying ASP.NET ListView Control Templates by Dan Wahlin

I’ve been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I’ll be posting the sample application that demonstrates … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , | Leave a comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , | Leave a comment

Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice … Continue reading

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , , | Leave a comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , , , , , , | 1 Comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , | 1 Comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , , , , | Leave a comment

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

Posted in Developer Visual Studio / ASP.NET, Web Development | Tagged , , , , | Leave a comment