Is there a way to create a web control using Express Edition?
I tried listing 23-6 using
VB Express by creating a Class Library instead of a Web Control Library, but I get a System.Web.UI cannot be found at the "Imports System.Web.UI" statement.
In Visual Web Developer Express, I tried adding listing 23-6 as a new class called ClassLibrary1.
vb and putting in in the App_Code directory, but I'm not sure is this is really allowed or, if it is, how to add the appropriate Register tag to the code (tried various things, but nothing works).
If this can be done in Express Editions, any suggestions as to how would be greatly appreciated.
Thanks.