B
Brian Conway
I can't find any information on how to use a web service. What I am looking
to do is have someone put in a 8 character word into textbox1.text and then
have a button next to it to populate the information on the form from a
webservice that contains the information. So far the only thing I found was
that I needed to put the using statement at the top and this
LDAP.AuthenticationServices LDAPInfo = new LDAP.AuthenticationServices();
Statement on the page load event. But from there I am not sure how I get
the webservice to take the information from textbox1.text, search for that
name, get the results and then assigned the returned results back to various
other textboxes on the form.
to do is have someone put in a 8 character word into textbox1.text and then
have a button next to it to populate the information on the form from a
webservice that contains the information. So far the only thing I found was
that I needed to put the using statement at the top and this
LDAP.AuthenticationServices LDAPInfo = new LDAP.AuthenticationServices();
Statement on the page load event. But from there I am not sure how I get
the webservice to take the information from textbox1.text, search for that
name, get the results and then assigned the returned results back to various
other textboxes on the form.