Perform a search and then navigate to the details of the search re

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top