Hello Friends,
I need to create a
VB DLL to access the values from an HTML form. I will explain it in more detail.
There is an ASP page which contains a Form. Upon submitting, it should submit the form values to a DLL. The DLL should process it and give a result back.
May I know how this is possible ?