September 22nd, 2005

Getting Remote Files With ASP Continued

This second article will show how to send remote binary files, multiple files, and additional information with only ASP and XML. This is an incredibly powerful technique, and the implementation in this two part series will deal with automatically updating a deployed ASP web application. Read on…

September 22nd, 2005

Getting Remote Files With ASP

This article will show how to retrieve remote binary files, multiple files, and additional information with only ASP and XML. This is an incredibly powerful technique, and the implementation in this two part series will deal with automatically updating a deployed ASP web application. Read on…

September 22nd, 2005

Retrieving and Processing XML with ASP.Net

The .Net Framework includes an extensive set of tools for working with XML data. This article will explain how to retrieve remote XML data from an application that doesn’t necessarily provide Web Services yet, but transmits data in XML format. Also included is the code to process the returned data. Read on…

September 22nd, 2005

TreeView Part 2 - Traversing the TreeView

In my last article, I explained some uses of the new TreeView control available with ASP.Net 2.0 and how to populate it with data from a hierarchical database table. I now discusses a very important piece of functionality, the ability to traverse the tree to find and select a pre-specified node. Read on…

September 22nd, 2005

TreeView Part 1 - Populating the New TreeView Control from a Hierarchical Database Table

Though the title is a mouthful it succinctly describes what will prove to be the most common use of the new TreeView control shipping with ASP.Net 2.0. The control will be perfect for implementing hierarchical structures in a User Interface, and this tutorial will show you how to actually get the data into the control from a ‘parent-child’ database table. Read on…

Next Page »