Search Results

0
votes
1answer
223 views

Best way to display a loading gif while a database call process on the first page load.

So I'm new to Ajax. I have an ASP.NET wizard panel wrapped in an ASP Ajax UpdatePanel. The Ajax is working well, with the page doing partial updates as you step through the wizard. I'm even firi …
0
votes
1answer
15 views

Compiled C dll can’t set pointer when called from ASP.NET App

I've got a 3rd party C application that's compiled to a non-.NET non-COM DLL. It has one simple function declared like so: Declare Function CapiTaxRoutine Lib "taxcommono.dll" (ByV …
0
votes

Compiled C dll can’t set pointer when called from ASP.NET App

So not sure why it wouldn't work from a referenced DLL, but when I installed the wrapper DLL in the GAC, it worked for me. Which is also the same way I got it to work when called from the ERP soft …