I have a list. For this list I have created a custom view showing 4 columns:
ID
Title
Created
Modified
I have added this list in a page and I want to be able to pass ID of item as query string and then this list should display only that item only. Is it possible?
For e.g. if I open Pages/MyListPage.aspx?ItemID=4 then it should show only item 4 on that page.