Home > Net >  C # how three text boxes to send data to the browser's web page
C # how three text boxes to send data to the browser's web page

Time:09-29

Due to based on c # developed an automatic scan code program, will now get the qr code is sent to a web page, the page name is "TTP", this page has a lot of content, there are three text boxes, I need to get the qr code are input into the text box, respectively, will be done! Pray god give directions

CodePudding user response:

Say your qr code acquisition the process, the parameters to be sent to the background, the background to the TTP website again, on the front panel

CodePudding user response:

TextBox1. Text="... ";
TextBox2. Text="... ";
TextBox3. Text="... ";

CodePudding user response:

Use webbrowser control to open the web page, and then obtain the document object, you can write the value

CodePudding user response:

Httpwebrequest contract submitted directly

CodePudding user response:

Polling,,,,,,,,,,,,,,,,
  •  Tags:  
  • C#
  • Related