This question is locked. New answers and comments are not allowed.
I am trying to build a Search page. There is a drop down on search page and a text box that takes search terms. User must select a value from drop down list and enter search text. When user clicks Search button, results are displayed in a grid below. User can then click on a search result and have detail records related to the result displayed in a grid below the search results grid. User can also click on edit button in the search results and edit a record.
Any ideas on how to go about this?
Thanks,