.i have a 3rd party activex control. I have registered it and it
appears in my components toolbox.
I can drag and drop this onto my webform and it is placed into the
<OBJECT> tag with appropriate parameters.
My problem: I need to be able to reference this object and call its
methods. I dont care whether I have to do this from the client-side
or the server-side, though I think I have to do it from the client-
side. I have tried adding the NAME property in the OBJECT tag, but I
still cannot reference it.