Dan Wahlin's WebLog
ASP.NET, AJAX, Silverlight and Web Services Exploration
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
Animations
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
C#
Entity Framework
Expression Blend
GridView
Instinct
iPhone
Java
jQuery
JSON
Lambdas
LINQ
Music
RIA Services
SharePoint
Silverlight
Sockets
SQL Server
Unit Tests
Video
WCF
Web Services
Windows Mobile
WPF
XML
News
Navigation
Home
Blogs
Archives
November 2009 (1)
September 2009 (1)
August 2009 (5)
July 2009 (8)
June 2009 (4)
May 2009 (10)
April 2009 (6)
March 2009 (4)
February 2009 (4)
January 2009 (5)
December 2008 (4)
November 2008 (5)
October 2008 (6)
September 2008 (6)
August 2008 (4)
July 2008 (3)
June 2008 (5)
May 2008 (10)
April 2008 (7)
March 2008 (7)
February 2008 (9)
January 2008 (8)
December 2007 (5)
November 2007 (3)
October 2007 (1)
September 2007 (12)
August 2007 (8)
July 2007 (17)
June 2007 (8)
May 2007 (2)
April 2007 (8)
March 2007 (8)
February 2007 (8)
January 2007 (4)
December 2006 (9)
November 2006 (10)
October 2006 (13)
September 2006 (10)
August 2006 (6)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (3)
March 2006 (1)
February 2006 (1)
November 2005 (6)
October 2005 (3)
September 2005 (1)
June 2005 (1)
April 2005 (3)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (3)
October 2004 (7)
Links
XML for ASP.NET Developers
Interface Technical Training
My Music
Videos
July 2007 - Posts
33
Comments
Freeze ASP.NET GridView Headers by Creating Client-Side Extenders
by
dwahlin
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 of "pure" CSS ways to freeze a header. After researching...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
.NET
11
Comments
Video: First Look at Visual Studio .NET 2008 and the LinqDataSource
by
dwahlin
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...
Filed under:
ASP.NET
,
.NET
0
Comments
VS.NET 2008 Beta 2 Now Available to Download
by
dwahlin
If you haven't heard already, VS.NET 2008 beta 2 is now available for downloading. I'm installing it right now. :-) http://www.microsoft.com/downloads/results.aspx?DisplayLang=en&nr=20&freetext=visual+studio+2008&sortCriteria=date Make you...
Filed under:
.NET
0
Comments
Using the ASP.NET AJAX ScriptMethodAttribute to Return XML Data
by
dwahlin
Web Services provide a convenient way to pass data between AJAX applications and a server. ASP.NET AJAX provides an excellent infrastructure for Web Service integration into AJAX applications and makes it all cross-browser through incorporating JSON into...
Filed under:
ASP.NET AJAX
,
.NET
5
Comments
Aborting AJAX Requests
by
dwahlin
The ASP.NET AJAX script library provides a simple way to abort asynchronous postback requests in cases where users decide they don't need data they originally requested. This can be done without tying into different PageRequestManager events. Instead...
Filed under:
ASP.NET AJAX
,
.NET
29
Comments
Updated: List of AJAX Automated Testing and Debugging Tools
by
dwahlin
While there are a lot of testing tools out there to look for bugs, test a Website's scalability and perform unit tests, precious few seem to handle automating the testing of AJAX applications. As a result, I wanted to start a list of tools that support...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
.NET
3
Comments
ASP.NET AJAX Health Care Toolkit Controls
by
dwahlin
Patrick Long recently blogged about some new ASP.NET (and WinForms) controls released on CodePlex that are specific to the health care industry. Several of the controls are AJAX-enabled (based upon the ASP.NET AJAX Extensions and the Toolkit) and as I...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
.NET
7
Comments
Windows Live Mobile Search V2 Released!
by
dwahlin
The coolest program I have for my Windows Mobile phone (by far) is Windows Live Mobile Search V1. I use it daily to check how traffic looks as I'm driving to downtown Phoenix. V2 of the program has been released that adds the following new features (and...
Filed under:
.NET
2
Comments
Book: Beginning ASP.NET 2.0 AJAX Released
by
dwahlin
Wally McClure , Steve Smith and several others recently had their Beginning ASP.NET 2.0 AJAX book released. I hear that lines at book stores around the world were huge and people have been camping out for days to be the first ones to get it. :-) Congrats...
Filed under:
ASP.NET AJAX
,
.NET
2
Comments
Exchanging Binary Data with MTOM and Web Services
by
dwahlin
In the distributed computing class I'm teaching this week we're covering a few topics related to the Web Service Enhancements V3 (WSE3). One of the nice features of WSE3 (and WCF for that matter) is that it can be used to exchange binary data quite easily...
Filed under:
XML
,
Web Services
,
.NET
More Posts
Next page »