I am trying to write a program that can acutally go to a web page and get the reultset for me. Here is how my programme should be.
Lets say that I have a part# and I need to add that to my database.
I need to check if a part is valid or not. For this when I enter the part number in the textbox and click on the Validate, I want to go to a specific web site. On web site there is a textbox, I want to send the text in my form text box to the site and with out clicking enter(usually when you go to web site and you enter something in that text box,you have to enter to get results) I want to automatically go to the result page and bring back the results in my grid on my form.
I have not worked on this kind of application. This is my first one and I need your help please.
Lets say that I have a part# and I need to add that to my database.
I need to check if a part is valid or not. For this when I enter the part number in the textbox and click on the Validate, I want to go to a specific web site. On web site there is a textbox, I want to send the text in my form text box to the site and with out clicking enter(usually when you go to web site and you enter something in that text box,you have to enter to get results) I want to automatically go to the result page and bring back the results in my grid on my form.
I have not worked on this kind of application. This is my first one and I need your help please.