If I insert a com object onto my webform (like the animation control from Ms - which appears as an <object> tag on the web page), how can I reference this control in my .vb file code please?
Printable View
If I insert a com object onto my webform (like the animation control from Ms - which appears as an <object> tag on the web page), how can I reference this control in my .vb file code please?
You cant. ASP.NET doesnt change the fact that client side and server side dont talk to each other.