Linked by Will Senn on Thu 22nd Apr 2004 06:30 UTC
General Development This article is intended to give you a practical recipe for creating a simple Web Control and extending Visual Studio with support for the control. The control itself is a basic Country Code drop down list such as you would find on many profile entry pages.
Permalink for comment
To read all comments associated with this story, please click here.
RE: IE-monopoly
by Will Senn on Thu 22nd Apr 2004 23:35 UTC

You are correct .NET will scale very well in enterprise situations if not in a mom & pop web site. Code behind is absolute genius.

regarding FlowLayout, enough cannot be said - and Grid's the default? what were they thinking?

Will