Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rick Strahl Profile

photo Rick Strahl (rstrahl)
08 Dec 2004
Maui, Hawaii, USA United States

http://www.west-wind.com/
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 2 articles, 0 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Retrieving HTTP content in .NET

      by rstrahl

      This article discusses the .NET WebRequest and WebResponse classes used to retrieve HTTP content over the Web in detail. In the process a number of related .NET development issues are described including stream handling, string encoding, using delegates, implementing events and creating new threads to run HTTP requests simultaneously. . Read full article

    • Implementing two-way Data Binding for ASP.NET

      by rstrahl

      ASP.NET simplifies many things but data binding simple controls like textboxes and checkboxes leaves a lot to be desired. Databinding is one-way only and you end up doing lots of repetitive work to publish your data. In this article I'll show you how simple databinding in .Net works and then show how to create custom controls that implement two-way binding to make short work of creating databound forms.. Read full article