C
cjrinpdx
I would like to create a web enabled form to search for a person based on
their last name via a web service connection. Once the user identifies the
correct person from the search results I would like them to be able to click
on the person and have a detailed view (address, phone, projects) displayed
for this person. I believe this form will have two views (one for the
search/search results and one to get the person's details) and I will also
have two web methods (one for the search, and one to get the person’s
details)? I'm just not sure how you navigate from the search results, and
pass a PersonID to the web service get the person's details, and display the
person detail information in another view. I would need two submit/receive
data connections...is that possible?
their last name via a web service connection. Once the user identifies the
correct person from the search results I would like them to be able to click
on the person and have a detailed view (address, phone, projects) displayed
for this person. I believe this form will have two views (one for the
search/search results and one to get the person's details) and I will also
have two web methods (one for the search, and one to get the person’s
details)? I'm just not sure how you navigate from the search results, and
pass a PersonID to the web service get the person's details, and display the
person detail information in another view. I would need two submit/receive
data connections...is that possible?