windows control in aspx page

G

Guest

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
 
B

Bruce Barker

the 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)
 
G

Guest

Can the control window open a connection to an oracle server without the
oracle client on the client machine??

Thanks
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,112
Latest member
VinayKumar Nevatia
Top