I want to display only one item of the GetListItems result set based on the link a user clicks on.
I'm thinking of grabbing the query string ID from the href (for example, ".../Lists/Entities/DispForm.aspx?ID=358") and using that to filter the result so that when the user clicks on an item link, only that item's details are displayed.
I'm thinking of grabbing the query string ID from the href (for example, ".../Lists/Entities/DispForm.aspx?ID=358") and using that to filter the result so that when the user clicks on an item link, only that item's details are displayed.