D
Drebin
I have an ActiveX control that we got from a vendor that authenticates a
user. It only exposes a single event, when the user was validated
successfully. That abstracts and protects us from seeing the password.
In ASP, I would just create a vbscript "MyControl_Authentication(blah,
blah)" function, to "catch" that event. This doesn't seem to work in
ASP.NET.. I need to probably populate a hidden text box (for viewstate
purposes), and then force a postback.. put I can't even get as far, as
having that vbscript function fire..
I've read around the newsgroups - lots of people have asked this question
and it never has been answered!!
Any ideas?
user. It only exposes a single event, when the user was validated
successfully. That abstracts and protects us from seeing the password.
In ASP, I would just create a vbscript "MyControl_Authentication(blah,
blah)" function, to "catch" that event. This doesn't seem to work in
ASP.NET.. I need to probably populate a hidden text box (for viewstate
purposes), and then force a postback.. put I can't even get as far, as
having that vbscript function fire..
I've read around the newsgroups - lots of people have asked this question
and it never has been answered!!
Any ideas?