Click here to Skip to main content
15,897,291 members

Comments by vonny232 (Top 2 by date)

vonny232 12-Nov-14 4:35am View    
Hi,
I cannot understand how this will help me.

I have a microcontroller with a TCP stack which is calling the webmethod (so the ajax script should not be calling the webmethod).

All I want is to copy some values to/from the webmethod to a webform.

i.e.
1) Microcontroller sends data to the webmethod.
2) Webmethod copies values TO textboxes in the webform.
3) webmethod copies values FROM textboxes in the webform and returns to the Microcontroller.
vonny232 12-Nov-14 4:26am View    
Hi, Yes the Reset and Connection reasons should be numeric, but I have only just implemented the webmethod so the code is incomplete.

I will be interfacing between a PIC running the Microchip TCP/IP stack and the server (which is only supposed to be a tech demo as I am not a web developer). We only produce the hardware, so our customer will end up writing the web service and server code.

I will be using HTTP Post to send the data.