> Do constructors MUST have the same name as the class or can constructors > have any name? A quick check of the C# language spec shows that constructors must have the same name as the class, else a compile-time error occurs. --Brian --- [This E-mail scanned for viruses by BIHS.]