Looking for some samples or references for a specific need in SP13. I am looking for the best way to auto-fill information on a page based on a SPList.
Example: I have a SPList that contains branch location information. I have a BranchInformation.aspx page. I am passing this page a query string of LocationId=<ID>. I need something to query the list and pull all of the data into the page and place the data in the correct areas, etc. I was thinking about using a custom display template but it seems to be overkill for a single search result.
If its just listing of data in OOB list format, i would suggest to drop the listview webpart on branchinformation.aspx page and pass the param FilterField1=<field name>&FilterValue1=<Location Name>. As you know this is default filter view. This way you will get all the default functionality of list without doing anything.Â
Hope this will help you!
Dipak