Hi all
I have made a custom activeX control with VB to be used in ASP using. The control is fairly simple,
just a combobox with editable properties and methods like additem.
I notice that I was only able to call method / change properties with
client side scripting but not on the server side. Anyone know why? Is the problem with my control or
the way its been called in ASP?
This is important form me as I want to be able to populate the combobox on
the server side before passing to the browser.
Many thanks to you all...Peter