I have a windows control in an aspx page. It receives data from some serial
hardware on the client. How do I get this data to an aspx page so that I ca
n
post it to the server? I will need to post an instrument id to the server
and return some data to the usercontrol.
How is this done'
Thanks
Mikethe easiest is have the window control open the connection to the server and
send the data. otherwise you will use client script to access the control,
and a hidden iframe, or the XMLHTTP control for the client script to send
data to the server.
-- bruce (sqlwork.com)
"Mike D" <MikeD@.discussions.microsoft.com> wrote in message
news:CC5BF4FD-73B2-4524-96BB-241D07CD9450@.microsoft.com...
>I have a windows control in an aspx page. It receives data from some
>serial
> hardware on the client. How do I get this data to an aspx page so that I
> can
> post it to the server? I will need to post an instrument id to the server
> and return some data to the usercontrol.
> How is this done'
> Thanks
> Mike
Can the control window open a connection to an oracle server without the
oracle client on the client machine'
Thanks
Mike
"Bruce Barker" wrote:
> the easiest is have the window control open the connection to the server a
nd
> send the data. otherwise you will use client script to access the control,
> and a hidden iframe, or the XMLHTTP control for the client script to send
> data to the server.
> -- bruce (sqlwork.com)
>
> "Mike D" <MikeD@.discussions.microsoft.com> wrote in message
> news:CC5BF4FD-73B2-4524-96BB-241D07CD9450@.microsoft.com...
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment