[Mono-list] Custom Class..

Gonzalo Paniagua Javier gonzalo@ximian.com
26 Sep 2002 16:44:55 +0200


El jue, 26-09-2002 a las 15:59, Carlos Cesario escribió:
> Gonzalo,
> 
> But...is there any other way I can use my own classes?

ah, well, there's another way apart from the <script>. You can make a
dummy user control (empty) and put your classes in the same file. Then
use @Register (see tabcontrol2.cs and dbpage2.aspx) to make the server
reference your dll.

-Gonzalo