Linked by Will Senn on Thu 22nd Apr 2004 06:30 UTC
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.
You said it! FlowLayout is the only way to tame cross browser layouts. Not only that but once, MS starts putting absolute positions all over the place the HTML starts to look like spaghetti.
You said it! FlowLayout is the only way to tame cross browser layouts. Not only that but once, MS starts putting absolute positions all over the place the HTML starts to look like spaghetti.
Thanks,
Will