About This Experiment:
This is a LinkedIn Style Address Book with the ListView and LinqDataSource Controls.
LinkedIn has a nice looking
address book widget that displays all of your connections partitioned by last name.
To the left of the contact listing is an index that allows you to jump right to a section.
I have taken Prof. Richard Rasala's LINQ to Student XML Data experiment and extended it
to represent an address book - making use primarily of
LINQ to XML,
the LinqDataSource
and a couple of ListView's.
Web Development Address Book