Hello experts:
I would appreciate help on this.
i have an asp page that returns a record from the database and displays that result in a table on an HTML page.
What i want to do is pass the results of the record to a .NET dll which accepts an array of string.
So i guess i will put the results from the db, into an array and pass it to the .NET dll.
However, i am not sure if one can call a .NET dll from an asp page or not. Would anyone know? Are there smaple code that show how to do that.
I would appreciate any help or example on this.
thanks
trev
I would appreciate help on this.
i have an asp page that returns a record from the database and displays that result in a table on an HTML page.
What i want to do is pass the results of the record to a .NET dll which accepts an array of string.
So i guess i will put the results from the db, into an array and pass it to the .NET dll.
However, i am not sure if one can call a .NET dll from an asp page or not. Would anyone know? Are there smaple code that show how to do that.
I would appreciate any help or example on this.
thanks
trev
