-
I am Making an ActiveX Control To Use in IE With ASP.
In order To Work I need My Control To be able to Get Some External Data i Order to Work Like Request.QueryString , Or Request.Form ...
I tried Creating the Request Object in all Ways possible .. but didnt work .. this is the only thing missing now , I feel it is something stupid I am missing ...
Anyone Has Any Idea ?
By the way in Despair I referenced all the Classes that Say Microsoft ASP ...
-
You try to instantiate a Serverside component on the Client (the Webbrowser), this will never work !