C
Chris Baruffi
I have an object tag, I am not able to register a component because it
is an ocx (I didn't write it and don't have time to fix it). The
object tag captures data from the client when the html code executes.
I am able to populate a textbox from the hmtl by setting it eqaul to
textbox.value. It also displays correctly on the web form when I run
it. However if I try and manipulate the data or use set textbox.value
to set a sql parameter I also get a null value. How do I transfer the
data from a client side control to a server side function or control.
Any help would be greatly appreciated.
Chris
is an ocx (I didn't write it and don't have time to fix it). The
object tag captures data from the client when the html code executes.
I am able to populate a textbox from the hmtl by setting it eqaul to
textbox.value. It also displays correctly on the web form when I run
it. However if I try and manipulate the data or use set textbox.value
to set a sql parameter I also get a null value. How do I transfer the
data from a client side control to a server side function or control.
Any help would be greatly appreciated.
Chris