A
Alan T
I want to create a class library (DLL) so that the webpage can call my DLL.
However, as I am pretty new to C# (and .NET), I don't know can I create the
class as what I did in normal C# project ?
I mean as I created the DLL and also methods inside class library, eg. class
EmployeeLibrary. It has method GetDetailsByID, the input parameter is
Integer, can I return a customed class object, eg. Employee defined elswhere
?
How does the webpage will call this method ?
However, as I am pretty new to C# (and .NET), I don't know can I create the
class as what I did in normal C# project ?
I mean as I created the DLL and also methods inside class library, eg. class
EmployeeLibrary. It has method GetDetailsByID, the input parameter is
Integer, can I return a customed class object, eg. Employee defined elswhere
?
How does the webpage will call this method ?