Hi,

How do I get a value from an ActiveX control that I put in a ASP page?

This is the code I use:

<OBJECT CLASSID="clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1" ID="dtpFrom" HEIGHT=30 WIDTH=120>

I get an error when I send the value in a hidden INPUT tag as VALUE=<%=dtpFrom.Value%>.

Thanks in advance.