Calling a .NET DLL from an ASP page
Use the Url(Action) method to reference a .NET .dll file from an ASP page.
Example
Copy
myContainer.AddButton(CRM.Button(“Add”,”new.gif”,CRM.Url(“MyDllFile.dll-MyMethod”)));
The .dll file you reference must be stored in the Storage location for custom .NET DLLs.