1
Reply

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

sai

sai

17y
4.1k
0
Reply

    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.

    17y
    0