P
Peter
I'm looking to pass two variables from an asp page to vb.net dll.
IE. intA= 1 intB = 4
The dll should add these two integers together and return 5.
[intA+intB]
I know this is a simple example that could be done within asp easily
but I'm trying to understand how the DLL communicates with asp.
If someone would be kind enough to post the .dll code and the asp code
it would be greatly appreciated. I'm just not finding what I need in
the MS help files.
-Peter
IE. intA= 1 intB = 4
The dll should add these two integers together and return 5.
[intA+intB]
I know this is a simple example that could be done within asp easily
but I'm trying to understand how the DLL communicates with asp.
If someone would be kind enough to post the .dll code and the asp code
it would be greatly appreciated. I'm just not finding what I need in
the MS help files.
-Peter