1
Reply

Can a custom .NET data type be used in a Web form?

sai

sai

Nov 30, 2006
4.1k
0

    This can be achieved by placing the DLL containing the custom data type in the application root's bin directory and ASP.NET will automatically load the DLL when the type is referenced.

    January 19, 2007
    0